11[build-system ]
2- requires = [" setuptools>=61 .0.0" , " wheel" , " setuptools_scm[toml]>=6.2" ]
2+ requires = [" setuptools>=77 .0.0" , " wheel" , " setuptools_scm[toml]>=6.2" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -11,7 +11,7 @@ authors = [
1111 {name = " Marcus Read" }
1212]
1313readme = " README.md"
14- license = { text = " MIT License " }
14+ license = " MIT"
1515keywords = [
1616 " game" ,
1717 " arcade" ,
@@ -24,7 +24,6 @@ requires-python = ">3.9.0"
2424classifiers = [
2525 " Development Status :: 4 - Beta" ,
2626 " Natural Language :: English" ,
27- " License :: OSI Approved :: MIT License" ,
2827 " Operating System :: OS Independent" ,
2928 " Programming Language :: Python" ,
3029 " Programming Language :: Python :: 3" ,
@@ -47,6 +46,9 @@ documentation = "https://github.com/maread99/pyroids/blob/master/README.md"
4746"Issue Tracker" = " https://github.com/maread99/pyroids/issues"
4847"Source Code" = " https://github.com/maread99/pyroids"
4948
49+ [project .scripts ]
50+ pyroids = " pyroids.play:main"
51+
5052[tool .setuptools ]
5153include-package-data = true
5254
@@ -63,5 +65,8 @@ pyroids = [
6365[tool .setuptools_scm ]
6466write_to = " _version.py"
6567
66- [project .scripts ]
67- pyroids = " pyroids.play:main"
68+ [[tool .uv .index ]]
69+ name = " testpypi"
70+ url = " https://test.pypi.org/simple/"
71+ publish-url = " https://test.pypi.org/legacy/"
72+ explicit = true
0 commit comments