Skip to content

Commit

Permalink
Fixed Classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer committed Aug 26, 2020
1 parent 54162bb commit efdc091
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@
download_url = 'https://github.com/hash3liZer/Subrake/archive/v3.1.tar.gz',
keywords=['bugbounty', 'bugbountytips', 'tool', 'subdomain', 'pentesting'],
classifiers=[
"License :: OSI Approved :: GPLv3 License",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Operating System :: POSIX",
],
packages=["subrake"],
include_package_data=True,
Expand Down

0 comments on commit efdc091

Please sign in to comment.