Skip to content

Commit

Permalink
update package data
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Jul 16, 2024
1 parent 5297f28 commit 8e78e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
python_requires=">=3.8",
url="https://github.com/pyvista/stl-reader",
Expand All @@ -76,7 +77,7 @@
]
),
package_data={
"stl_reader": ["*.pyx"], # include all .pyx files in the package
"stl_reader": ["*.pyx", "*.h", "stlfile.c", "_stlfile_wrapper.c"],
},
keywords="read stl",
install_requires=["numpy>1.11.0,<2.0"],
Expand Down

0 comments on commit 8e78e82

Please sign in to comment.