Skip to content

Commit dff2907

Browse files
committed
Add more contents to source package
- add tests, documentation and examples
1 parent 280acf0 commit dff2907

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Diff for: MANIFEST.in

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
include LICENSE
2+
include AUTHORS
23
include CHANGELOG.md
34
include README.md
5+
include tox.ini
6+
7+
graft tests
8+
graft docs
9+
graft example
10+
prune docs/build
11+
12+
global-exclude __pycache__/*

Diff for: setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ description-file = README.md
33
license_files = LICENSE
44
[bdist_wheel]
55
universal=1
6+
[tool:pytest]
7+
testpaths = tests

0 commit comments

Comments
 (0)