Skip to content

Commit

Permalink
Add classifiers and URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
goztrk committed Oct 30, 2023
1 parent 9d678d5 commit 6b0628c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@ version = "0.1.0"
license = { text = "MIT" }
authors = [{ name = "Gokhan Ozturk", email = "[email protected]" }]
description = "Next generation NanoID in Django Model IDs"
keywords = ['django', 'nanoid', 'django-field']
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
]
readme = "README.md"
dependencies = ["nanoid", "django>=2"]

[project.urls]
Homepage = "https://github.com/goztrk/django-nanoid-field"
Documentation = "https://github.com/goztrk/django-nanoid-field"
Repository = "https://github.com/goztrk/django-nanoid-field.git"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 6b0628c

Please sign in to comment.