Skip to content

Commit

Permalink
Add dispatch pyflags (#121)
Browse files Browse the repository at this point in the history
* add manifest

* update manifest

* exclude __pycache__ from sdist

* add loader path

* fix termination of cmake it

* add in flag start

* add proper setup options

* remove versioneer from pyproject.toml

* add versioneer back in

* forgot comma
  • Loading branch information
hmacdope authored Oct 24, 2022
1 parent 29f6a50 commit 6bb3aea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requires = [
"scikit-build",
"cmake",
"cython>=0.28,<3.0",
"versioneer-518",
"versioneer[toml]==0.26",
"ninja; platform_system!='Windows'"
]
build-backend = "setuptools.build_meta"
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[options]
cmake_args = []

[versioneer]
VCS = git
style = pep440
Expand Down

0 comments on commit 6bb3aea

Please sign in to comment.