Skip to content

Commit bcf4c52

Browse files
committed
Are we just here to suffer?
1 parent c289dc9 commit bcf4c52

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

pyproject.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
[build-system]
22
requires = ["wheel", "Cython", "setuptools", "pkgconfig"]
3-
build-backend = "setuptools.build_meta"
4-
5-
[project]
6-
name = "Loxoc"
7-
dynamic = ["version", "description","readme","license","authors","keywords","classifiers"]
8-
9-
[project.urls]
10-
"Documentation" = "https://frewtypebbles.github.io/"
11-
"Bug Reports" = "https://github.com/FrewtyPebbles/Loxoc-Python3D-Game-Engine/issues"
12-
"Source" = "https://github.com/FrewtyPebbles/Loxoc-Python3D-Game-Engine"
13-
14-
[tool.setuptools.dynamic]
15-
version = {attr = "setup.VERSION"}
3+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,9 @@ def build_extensions(self):
123123
package_data={
124124
MODULE_NAME: included_pkg_data
125125
},
126+
project_urls={
127+
"Documentation": "https://frewtypebbles.github.io/",
128+
"Bug Reports": "https://github.com/FrewtyPebbles/Loxoc-Python3D-Game-Engine/issues",
129+
"Source": "https://github.com/FrewtyPebbles/Loxoc-Python3D-Game-Engine"
130+
}
126131
)

0 commit comments

Comments
 (0)