We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bat
1 parent 22df2bd commit 5b8c822Copy full SHA for 5b8c822
MANIFEST.in
@@ -1,6 +1,7 @@
1
include pyproject.toml
2
include *.md
3
include *.sh
4
+include *.bat
5
include LICENSE
6
recursive-include tests test*.py
7
recursive-include doc *.png
reinstall.bat
@@ -0,0 +1 @@
+python setup.py clean --all install clean --all
0 commit comments