Skip to content

Commit be98699

Browse files
committed
Python build metadata
1 parent f3347d1 commit be98699

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

MANIFEST.in

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
recursive-include src *.hpp *.cpp *.tpp CMakeLists.txt
2+
recursive-include python *.hpp *.cpp CMakeLists.txt
3+
recursive-include cmake *.cmake
4+
include LICENSE README.md pyproject.toml setup.py CMakeLists.txt

pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99
build-backend = "setuptools.build_meta"
1010

1111
[project]
12-
name = "ipc-toolkit"
12+
name = "ipctk"
1313
version = "0.0.1"
1414
authors = [
1515
{ name="Zachary Ferguson", email="[email protected]" },
@@ -21,9 +21,12 @@ classifiers = [
2121
"Programming Language :: C++",
2222
"Programming Language :: Python :: 3",
2323
"Topic :: Games/Entertainment :: Simulation",
24+
"Topic :: Scientific/Engineering :: Physics",
2425
"License :: OSI Approved :: MIT License",
26+
"Operating System :: OS Independent",
27+
"Intended Audience :: Science/Research",
2528
]
2629

2730
[project.urls]
2831
"Homepage" = "https://ipc-sim.github.io/ipc-toolkit/"
29-
"Bug Tracker" = "https://github.com/ipc-sim/ipc-toolkit/issues"
32+
"Bug Tracker" = "https://github.com/ipc-sim/ipc-toolkit/issues"

0 commit comments

Comments
 (0)