Skip to content

Commit

Permalink
Packaging setup for only python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Dec 3, 2019
1 parent 4ebdaac commit 742bc8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
@@ -1,5 +1,2 @@
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE.txt
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -36,6 +36,7 @@ def find_version(*file_paths):
'timezone_field',
],
install_requires=['django>=2.2', 'pytz'],
python_requires='>=3.5',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit 742bc8d

Please sign in to comment.