this broke for no apparent reason. python packaging is terrible. so much enterprise-grade code for what really should be a very simple job.
9 lines
148 B
Text
9 lines
148 B
Text
global-exclude *
|
|
|
|
include README.rst
|
|
include LICENSE
|
|
include MANIFEST.in
|
|
include setup.py
|
|
|
|
recursive-include gerbolyze *.py
|
|
recursive-include bin *
|