This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
CityApper
/
wagtail
mirror de
https://github.com/wagtail/wagtail
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Update setup.cfg to drop support of Python 2
Mikalai Radchuk
há 7 anos atrás
pai
f0bdfcb22f
commit
b36d7cabb3
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
setup.cfg
+ 1
- 1
setup.cfg
Ver Ficheiro
@@ -1,5 +1,5 @@
[bdist_wheel]
-
universal = 1
+
python-tag = py3
[flake8]
ignore = E501,E303