Skip to content

Commit

Permalink
REL: Add Trove classifiers and project_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Dec 4, 2024
1 parent 20dce4e commit e6ac7e5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,26 @@ def read(fname):
classifiers=[
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Image Recognition",
],
# Could also include keywords, download_url, project_urls, etc.
project_urls={
"Source Code": "https://github.com/bioscan-ml/dataset",
"Bug Tracker": "https://github.com/bioscan-ml/dataset/issues",
"Citation": "https://arxiv.org/abs/2406.12723",
},
)

0 comments on commit e6ac7e5

Please sign in to comment.