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 d4af79f commit 49bfd37Copy full SHA for 49bfd37
MANIFEST.in
@@ -1,15 +1,25 @@
1
graft src
2
+graft docs
3
+graft etc
4
5
include *.LICENSE
6
include NOTICE
7
include *.ABOUT
8
include *.toml
9
include *.yml
10
include *.rst
11
+include *.png
12
include setup.*
13
include configure*
14
include requirements*
-include .git*
15
+include .dockerignore
16
+include .gitignore
17
+include .readthedocs.yml
18
+include manage.py
19
+include Dockerfile*
20
+include Makefile
21
+include MANIFEST.in
22
-global-exclude *.py[co] __pycache__ *.*~
23
+include .VERSION
24
25
+global-exclude *.py[co] __pycache__ *.*~
0 commit comments