We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46adf1 commit 8935425Copy full SHA for 8935425
.gitignore
@@ -21,3 +21,5 @@ coverage.xml
21
*.jpeg
22
*.png
23
*.geojson
24
+testenv
25
+.venv
MANIFEST.in
@@ -0,0 +1,5 @@
1
+include CHANGES.txt README.rst setup.py
2
+recursive-include tests *.py *.rst
3
+recursive-include tests/fixtures *.*
4
+recursive-include docs *.rst
5
+exclude MANIFEST.in
0 commit comments