diff --git a/pyproject.toml b/pyproject.toml index a5c4769..686be19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,27 @@ authors = ["Alex Dempsey "] license = "MIT" readme = "README.md" repository = "https://github.com/internetarchive/arklet" +classifiers = [ + "Environment :: Web Environment", + "Framework :: Django", + "Framework :: Django :: 3.2", + "Framework :: Django :: 4.0", + "Framework :: Django :: 4.1", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Development Status :: 4 - Beta", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Topic :: Internet :: WWW/HTTP", + "Topic :: Internet :: WWW/HTTP :: Dynamic Content" +] packages = [ { include = "ark" }, { include = "ark_import" },