X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=project_template%2Fsetup.py;h=2ca49ae7358659578027b365a3afabbd58715527;hb=0152ab9722e3efc46defda62ded513d251dd94fe;hp=21eeadb11ebe5888cc6dd7ac539433669197bdf5;hpb=25038de79ea50c08585345522f860f13e9224857;p=cookiecutter.git diff --git a/project_template/setup.py b/project_template/setup.py index 21eeadb..2ca49ae 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -41,14 +41,14 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], packages=['{project}'], package_data={'{project}': []}, scripts=[], - python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*', + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', requires=[], )