Skip to content

Commit

Permalink
Adding a pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed May 16, 2024
1 parent 4e3f7d5 commit 58b2067
Show file tree
Hide file tree
Showing 2 changed files with 7 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>=42",
"wheel",
"cython>=0.28"
]

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ def add(self, source_file, dependency_mod_time=0.0):

ext_modules = [SnapPyC, SnapPyHP, TwisterCore]

build_requires = ['cython']
install_requires = ['plink>=2.4.2', 'spherogram>=2.2', 'FXrays>=1.3',
'snappy_manifolds>=1.2', 'low_index>=1.2',
'pypng', 'decorator', 'packaging', 'tkinter-gl>=1.0a3']
Expand Down Expand Up @@ -573,7 +572,6 @@ def add(self, source_file, dependency_mod_time=0.0):
version = version,
zip_safe = False,
python_requires = '>=3.8',
build_requires = build_requires,
install_requires = install_requires,
packages = ['snappy', 'snappy/manifolds', 'snappy/twister',
'snappy/snap', 'snappy/snap/t3mlite', 'snappy/snap/peripheral',
Expand Down

0 comments on commit 58b2067

Please sign in to comment.