Skip to content

Commit

Permalink
try pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
krivonogov committed Mar 24, 2024
1 parent f215737 commit 3456020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include MANIFEST.in
include pyproject.toml
include *.txt
recursive-include cyperf/tools *.pyx.in *.pxd.in
recursive-include cyperf *.pyx *.pxd *.py *.pxi *.cc *.h
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "pipenv", "numpy>=1.19.5", "cython>=0.29.5,<3.0.0"]
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ classifiers =
Programming Language :: Python :: 3.7

[options]
setup_requires =
pipenv
numpy>=1.19.5
cython>=0.29.5,<3.0.0
packages = find:
zip_safe = False

Expand Down

0 comments on commit 3456020

Please sign in to comment.