Skip to content

Commit b107d81

Browse files
authored
Merge pull request #2196 from networkupstools/pypi-PyNUTClient
scripts/python/module/MANIFEST.in: distribute "tox.ini" in a different…
2 parents f140867 + f9dedde commit b107d81

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

scripts/python/module/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include tox.ini

scripts/python/module/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ check-local:
1414
tox: dist .pypi-tools-tox
1515
tox
1616

17-
EXTRA_DIST = tox.ini
17+
EXTRA_DIST = tox.ini MANIFEST.in
1818

1919
NUT_SOURCE_GITREV_NUMERIC = @NUT_SOURCE_GITREV_NUMERIC@
2020
PYTHON = @PYTHON@

scripts/python/module/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setup(
2727
packages = find_packages(),
2828
#py_modules = ['PyNUT'],
2929
package_dir = {'PyNUT': 'PyNUTClient'},
30-
data_files = [('', ['tox.ini'])],
30+
#data_files = [('', ['tox.ini'])],
3131
#scripts = ['PyNUTClient/test_nutclient.py', 'PyNUTClient/__init__.py'],
3232
python_requires = '>=2.6',
3333
# install_requires = ['telnetlib'], # NOTE: telnetlib.py is part of Python core for tested 2.x and 3.x versions, not something 'pip' can download

0 commit comments

Comments
 (0)