Skip to content

Commit cf79adb

Browse files
committed
setup.py: add missing pieces
1 parent e76ceef commit cf79adb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
install_requires=["werkzeug==0.14.1"],
2020
setup_requires=["pytest-runner"],
2121
tests_require=["pytest", "requests"],
22+
license="MIT",
23+
platforms="any",
2224
classifiers=[
2325
"Development Status :: 3 - Alpha",
2426
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)