Skip to content

Commit 9e5ab4a

Browse files
committed
added license for pypi
1 parent 9f66c99 commit 9e5ab4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
description="Archive tweets from the command line",
2222
long_description=long_description,
2323
long_description_content_type="text/markdown",
24+
license="MIT",
25+
classifiers=[
26+
"License :: OSI Approved :: MIT License",
27+
],
2428
python_requires=">=3.3",
2529
install_requires=dependencies,
2630
setup_requires=["pytest-runner"],

0 commit comments

Comments
 (0)