Skip to content

Commit

Permalink
BLD: use pyproject.toml to add build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
klauer committed Oct 1, 2021
1 parent 409287e commit 3fea48b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
include LICENSE.md
include README.rst
include dev-requirements.txt
include pyproject.toml
include requirements.txt
include versioneer.py

recursive-include whatrecord/_whatrecord *.pyx
recursive-include src/_whatrecord *.pyx
recursive-include whatrecord/grammar *.lark
recursive-include whatrecord/tests *.db *.cmd *.dbd *.proto *.pvlist *.acf t1-*.txt
recursive-include whatrecord/tests *.substitutions *.substitutions.expanded
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build-system]
requires = [
"cython",
"epicscorelibs",
"setuptools",
"setuptools_dso",
"wheel",
]

0 comments on commit 3fea48b

Please sign in to comment.