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 ce637d5 commit a3048b8Copy full SHA for a3048b8
setup.py
@@ -14,6 +14,8 @@
14
url="https://github.com/clivern/pymako",
15
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
16
install_requires=["requests"],
17
+ license="MIT",
18
+ platforms=['any'],
19
classifiers=[
20
"Development Status :: 5 - Production/Stable",
21
"Intended Audience :: Developers",
0 commit comments