Skip to content

Commit

Permalink
manifest and pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Apr 19, 2020
1 parent 9836921 commit db24854
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
include README.rst
include LICENSE
include setup.cfg
include pyproject.toml

recursive-include schwimmbad *
recursive-include docs *

prune build
prune docs/_build
prune docs/api
prune docs/examples


global-exclude *.pyc *.o
1 change: 0 additions & 1 deletion manifest.in

This file was deleted.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
requires = ["setuptools",
"setuptools_scm",
"wheel"]
build-backend = 'setuptools.build_meta'

0 comments on commit db24854

Please sign in to comment.