Skip to content

Commit

Permalink
chore: Add package classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaa30 committed Sep 25, 2020
1 parent 4309986 commit d2ac39b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
python_requires='>=3.6',
install_requires=install_requires,
url='https://github.com/adityaa30/cpcli',
download_url='https://github.com/adityaa30/cpcli/releases/tag/0.1',
keywords=['CLI', 'Competitive Programming'],
zip_safe=False,
license='MIT License'
license='MIT License',
classifiers=[
'Topic :: Education',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit d2ac39b

Please sign in to comment.