Changeset - 72d385551c37
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 years ago 2018-11-28 23:09:09
branko@majic.rs
GC-29: Introduce minimum and maximum supported Python version into setup script.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -24,6 +24,8 @@ from setuptools import setup, find_packages
 

	
 
README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
 

	
 
python_requirements = ">=3.4,<3.8"
 

	
 
install_requirements = [
 
    'cryptography>=2.4,<2.5',
 
    'python-dateutil>=2.7,<2.8',
 
@@ -76,6 +78,7 @@ setup(
 
    url='http://projects.majic.rs/gimmecert',
 
    author='Branko Majic',
 
    author_email='branko@majic.rs',
 
    python_requires=python_requirements,
 
    install_requires=install_requirements,
 
    setup_requires=setup_requirements,
 
    tests_require=test_requirements,
0 comments (0 inline, 0 general)