8000 Ensure that all used files are included in the sdist · cedk/python-stdnum@31e5e81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31e5e81

Browse files
committed
Ensure that all used files are included in the sdist
1 parent 7fa9822 commit 31e5e81

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
include README NEWS ChangeLog COPYING
1+
include README NEWS ChangeLog COPYING numdb-test.dat *.py
2+
recursive-include tests *.doctest
3+
recursive-include docs *.rst *.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'Topic :: Text Processing :: General',
5252
],
5353
packages=find_packages(),
54-
package_data={'stdnum': ['*.dat']},
54+
package_data={'': ['*.dat']},
5555
install_requires=['distribute'],
5656
extras_require={
5757
'VIES': ['suds'],

0 commit comments

Comments
 (0)
0