Skip to content

Commit d912d76

Browse files
committed
Include all source files in the sdist. Rely on setuptools_scm to find the files, thus saving duplication of effort. Fixes #33.
1 parent 8798e03 commit d912d76

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

MANIFEST.in

Lines changed: 0 additions & 4 deletions
This file was deleted.

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>=42", "wheel", "setuptools_scm[toml]>=3.4.1"]
3+
build-backend = "setuptools.build_meta"

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[options]
2+
# for compatibility with older installers
3+
setup_requires = setuptools_scm[toml] >= 3.4.1

0 commit comments

Comments
 (0)