This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
CityApper
/
wagtail
espejo de
https://github.com/wagtail/wagtail
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Update setup.cfg to drop support of Python 2
Mikalai Radchuk
hace 7 años
padre
f0bdfcb22f
commit
b36d7cabb3
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
setup.cfg
+ 1
- 1
setup.cfg
Ver fichero
@@ -1,5 +1,5 @@
[bdist_wheel]
-
universal = 1
+
python-tag = py3
[flake8]
ignore = E501,E303