Skip to content

Commit 50107b9

Browse files
committed
Updated setup
1 parent 972cdce commit 50107b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"Programming Language :: Python",
3333
"Programming Language :: Python :: 3.6"
3434
],
35-
license="GPL",
35+
python_requires='>=3.6',
36+
license="GPLv3",
3637
platforms=["any"],
3738
keywords="python, microservices",
3839
url='https://github.com/python-microservices/microservices-scaffold',

0 commit comments

Comments
 (0)