Skip to content

Commit

Permalink
Add keywords and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed May 2, 2020
1 parent f1f433b commit 8f3d4d5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import find_packages, setup

with open("README.md") as f:
readme = f.read()
Expand All @@ -16,4 +16,20 @@
package_data={"sri": ["py.typed"]},
install_requires=["Django>=2.2"],
python_requires=">=3.6",
keywords="django subresource integrity sri",
classifiers=[
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development",
"Typing :: Typed",
],
)

0 comments on commit 8f3d4d5

Please sign in to comment.