This website works better with JavaScript
Home
Explore
Help
Sign In
CityApper
/
wagtail
mirror of
https://github.com/wagtail/wagtail
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update setup.cfg to drop support of Python 2
Mikalai Radchuk
7 years ago
parent
f0bdfcb22f
commit
b36d7cabb3
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
setup.cfg
+ 1
- 1
setup.cfg
View File
@@ -1,5 +1,5 @@
[bdist_wheel]
-
universal = 1
+
python-tag = py3
[flake8]
ignore = E501,E303