From 742bc8d0acf57a2d57696319245d3746b61719a7 Mon Sep 17 00:00:00 2001 From: Mike Fogel Date: Tue, 3 Dec 2019 00:26:05 -0300 Subject: [PATCH] Packaging setup for only python 3 --- setup.cfg | 3 --- setup.py | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2e9053c..498ec14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,2 @@ -[bdist_wheel] -universal = 1 - [metadata] license_file = LICENSE.txt diff --git a/setup.py b/setup.py index cb895e0..424302a 100644 --- a/setup.py +++ b/setup.py @@ -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',