]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/setup.py
Python 3.7
[cookiecutter.git] / project_template / setup.py
index 7e8df8d6259aaee864e2aa9ea72dbc0eb7502e9e..2ca49ae7358659578027b365a3afabbd58715527 100755 (executable)
@@ -44,6 +44,7 @@ setup(
         '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}': []},