Skip to content

Commit 8265a20

Browse files
authored
Merge pull request #81 from GalaxySnail/include-bin-and-tox
Include bin, docs, and tox.ini in the source distribution
2 parents 00abcc3 + 5dbf62e commit 8265a20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MANIFEST.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
include LICENSE
2-
recursive-include *.py *.j2 *.rst
2+
include tox.ini
3+
recursive-include bin *.py
4+
recursive-include code_templates *.j2
5+
recursive-include docs *.py *.rst

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[bdist_wheel]
22
universal = 1
3-
4-
[metadata]
5-
license_file = LICENSE

0 commit comments

Comments
 (0)