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 8da3b6e commit a97c665Copy full SHA for a97c665
MANIFEST.in
@@ -1,14 +1,13 @@
1
recursive-include share *
2
-recursive-include roundup *.*
+recursive-include roundup *.py *.txt
3
recursive-include frontends *.*
4
recursive-include scripts *.* *-*
5
recursive-include scripts/Docker Dockerfile *.* *_*
6
recursive-include tools *.* base64
7
recursive-include test *.py *.txt
8
recursive-include doc *.html *.png *.txt *.css *.example
9
recursive-include detectors *.py README.txt
10
-global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#*
11
include demo.py *.txt
+global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* .flake8
12
include doc/conf.py doc/roundup-favicon.ico
13
-exclude doc/security.txt
14
include locale/*.po locale/*.mo locale/roundup.pot
0 commit comments