@@ -7,6 +7,19 @@ authors = [
77 { name = " Harshil" , email = " 37377066+harshil21@users.noreply.github.com" }
88]
99requires-python = " >=3.9"
10+ classifiers = [
11+ " Development Status :: 4 - Beta" ,
12+ " Intended Audience :: Developers" ,
13+ " License :: OSI Approved :: MIT License" ,
14+ " Programming Language :: Python :: 3" ,
15+ " Programming Language :: Python :: 3.9" ,
16+ " Programming Language :: Python :: 3.10" ,
17+ " Programming Language :: Python :: 3.11" ,
18+ " Programming Language :: Python :: 3.12" ,
19+ " Programming Language :: Python :: 3.13" ,
20+ " Topic :: Scientific/Engineering" ,
21+ " Intended Audience :: Developers" ,
22+ ]
1023dependencies = []
1124
1225[dependency-groups ]
@@ -25,8 +38,8 @@ artifacts = [
2538[tool .hatch .build .hooks .custom ]
2639path = " hatch_build.py"
2740
28- [tool .hatch .build .targets .sdist ] # We're not going to be building an sdist, but including this just in case
29- exclude = [" mscl_release_assets/" , " build_helpers/ " , " hatch_build .py" ]
41+ [tool .hatch .build .targets .sdist ]
42+ exclude = [" mscl_release_assets/" , " uv.lock " , " main .py" ]
3043
3144[build-system ]
3245requires = [" hatchling" , " requests" , " pygithub" ]
0 commit comments