pkg: Fix MANIFEST, unb0rk package
This commit is contained in:
parent
23945b4cc6
commit
32b6aa650a
1 changed files with 4 additions and 1 deletions
|
|
@ -1,9 +1,12 @@
|
|||
# setuptools'es default strategy of packing everything into the archive that is in git is really the opposite of smart
|
||||
# here, especially because AFAICT after hours of googling there is no way to turn it off. Meh. Why is python packaging
|
||||
# like this? what is so hard about putting a few files in a zip?!
|
||||
global-exclude *
|
||||
|
||||
include README.rst
|
||||
include LICENSE
|
||||
include MANIFEST.in
|
||||
include setup.py
|
||||
|
||||
recursive-include gerbolyze *.py
|
||||
recursive-include bin *
|
||||
recursive-include gerbolyze.egg-info *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue