We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972cdce commit 50107b9Copy full SHA for 50107b9
setup.py
@@ -32,7 +32,8 @@
32
"Programming Language :: Python",
33
"Programming Language :: Python :: 3.6"
34
],
35
- license="GPL",
+ python_requires='>=3.6',
36
+ license="GPLv3",
37
platforms=["any"],
38
keywords="python, microservices",
39
url='https://github.com/python-microservices/microservices-scaffold',
0 commit comments