Skip to content

Commit a84acd7

Browse files
committed
chore: add pypi metadata
1 parent 2becffc commit a84acd7

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

pyproject.toml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,25 @@ requires-python = ">=3.10"
1414
authors = [{ name = "Patrick Gingras", email = "[email protected]" }]
1515
license = { text = "BSD-3-Clause" }
1616

17+
classifiers = [
18+
"Development Status :: 5 - Production/Stable",
19+
"Intended Audience :: Developers",
20+
"License :: OSI Approved :: BSD License",
21+
"Operating System :: OS Independent",
22+
"Programming Language :: Python",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3 :: Only",
28+
"Topic :: Software Development :: Libraries :: Python Modules",
29+
"Typing :: Typed",
30+
]
31+
1732
[project.urls]
18-
Homepage = "https://github.com/fellowinsights/mudder-py"
19-
Repository = "https://github.com/fellowinsights/mudder-py"
33+
Homepage = "https://github.com/fellowapp/mudder-py"
34+
Repository = "https://github.com/fellowapp/mudder-py"
35+
Changelog = "https://github.com/fellowapp/mudder-py/releases"
2036

2137
[dependency-groups]
2238
dev = ["pyright>=1.1.396", "pytest~=8.1", "ruff~=0.4"]

0 commit comments

Comments
 (0)