File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
9
9
build-backend = " setuptools.build_meta"
10
10
11
11
[project ]
12
- name = " ipc-toolkit "
12
+ name = " ipctk "
13
13
version = " 0.0.1"
14
14
authors = [
15
15
{
name =
" Zachary Ferguson" ,
email =
" [email protected] " },
@@ -21,9 +21,12 @@ classifiers = [
21
21
" Programming Language :: C++" ,
22
22
" Programming Language :: Python :: 3" ,
23
23
" Topic :: Games/Entertainment :: Simulation" ,
24
+ " Topic :: Scientific/Engineering :: Physics" ,
24
25
" License :: OSI Approved :: MIT License" ,
26
+ " Operating System :: OS Independent" ,
27
+ " Intended Audience :: Science/Research" ,
25
28
]
26
29
27
30
[project .urls ]
28
31
"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"
You can’t perform that action at this time.
0 commit comments