This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
CityApper
/
wagtail
mirror da
https://github.com/wagtail/wagtail
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Update setup.cfg to drop support of Python 2
Mikalai Radchuk
7 anni fa
parent
f0bdfcb22f
commit
b36d7cabb3
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
setup.cfg
+ 1
- 1
setup.cfg
Vedi File
@@ -1,5 +1,5 @@
[bdist_wheel]
-
universal = 1
+
python-tag = py3
[flake8]
ignore = E501,E303