Skip to content

Commit

Permalink
Package metadata to improve registry listings
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Nov 18, 2023
1 parent f08714f commit 1c86534
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ authors = [
{ name = "Kieran Ryan" },
]
classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Operating System :: OS Independent",
"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 :: Software Development :: Quality Assurance",
]
dependencies = [
"natsort==8.4.0",
Expand All @@ -30,14 +30,23 @@ description = "Formatter for pyproject.toml files"
dynamic = [
"version",
]
keywords = [
"formatter",
"pyproject",
]
name = "pyprojectsort"
readme = "README.md"
requires-python = ">=3.7"

[project.license]
file = "LICENSE"

[project.scripts]
pyprojectsort = "pyprojectsort.main:main"

[project.urls]
Documentation = "https://kieran-ryan.github.io/pyprojectsort/"
Changelog = "https://github.com/kieran-ryan/pyprojectsort/blob/main/CHANGELOG.md"
Documentation = "https://kieran-ryan.github.io/pyprojectsort"
Source = "https://github.com/kieran-ryan/pyprojectsort"
Tracker = "https://github.com/kieran-ryan/pyprojectsort/issues"

Expand Down Expand Up @@ -103,6 +112,8 @@ ignore = [
"ARG",
"D203",
"D213",
"D406",
"D407",
"DTZ005",
"FIX002",
"G004",
Expand Down

0 comments on commit 1c86534

Please sign in to comment.