Skip to content

Commit b2370ff

Browse files
authored
Merge pull request #44 from Mathics3/go-over-packaging
Add some files to tarball/wheel
2 parents f4273c3 + 03aca3d commit b2370ff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

MANIFEST.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
include README.rst
2+
include NEWS.md
3+
include ChangeLog
4+
include LICENSE
5+
include Makefile
6+
include requirements-cython.txt
7+
include requirements-dev.txt
8+
include requirements-full.txt
9+
recursive-include test *.py

pymathics/graph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# well as importing into Python. That's why there is no
66
# space around "=" below.
77
# fmt: off
8-
__version__="8.0.0" # noqa
8+
__version__="8.0.1" # noqa

0 commit comments

Comments
 (0)