@@ -14,9 +14,25 @@ requires-python = ">=3.10"
1414authors = [{
name =
" Patrick Gingras" ,
email =
" [email protected] " }]
1515license = { 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 ]
2238dev = [" pyright>=1.1.396" , " pytest~=8.1" , " ruff~=0.4" ]
0 commit comments