aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: f17a45181c8e2a641da89a9cde101b2088ffef03 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 *