Skip to content

Commit 505d776

Browse files
committed
MAINT: adding basic build-system
1 parent 1af2528 commit 505d776

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ exclude codecov.yml
1414
include LICENSE
1515
include README.md
1616
include CHANGELOG.md
17+
include pyproject.toml
18+
include setup.cfg
1719

1820
recursive-include sphinx_tabs *.css
1921
recursive-include sphinx_tabs *.js

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel"]
3+
build-backend = 'setuptools.build_meta'

0 commit comments

Comments
 (0)