This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
CityApper
/
wagtail
peilaus alkaen
https://github.com/wagtail/wagtail
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Update setup.cfg to drop support of Python 2
Mikalai Radchuk
7 vuotta sitten
vanhempi
f0bdfcb22f
commit
b36d7cabb3
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
setup.cfg
+ 1
- 1
setup.cfg
Näytä tiedosto
@@ -1,5 +1,5 @@
[bdist_wheel]
-
universal = 1
+
python-tag = py3
[flake8]
ignore = E501,E303