Skip to content

Commit

Permalink
modify setup.py packages, add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cchapmanbird committed Nov 12, 2024
1 parent 39b9901 commit d169e73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-system]
requires = [
"setuptools",
"cython",
"numpy",
]
build-backend = "setuptools.build_meta"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,7 @@ def build_extensions(self):
version="1.5.5",
url="https://github.com/mikekatz04/FastEMRIWaveforms",
ext_modules=extensions,
packages=["few", "few.utils", "few.trajectory", "few.amplitude", "few.summation"],
py_modules=["few.waveform"],
packages=["few", "few.utils", "few.trajectory", "few.amplitude", "few.summation", "few.waveform"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License (GPL)",
Expand Down

0 comments on commit d169e73

Please sign in to comment.