Skip to content

Commit

Permalink
Merge pull request #2196 from networkupstools/pypi-PyNUTClient
Browse files Browse the repository at this point in the history
scripts/python/module/MANIFEST.in: distribute "tox.ini" in a different…
  • Loading branch information
jimklimov authored Nov 22, 2023
2 parents f140867 + f9dedde commit b107d81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/python/module/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include tox.ini
2 changes: 1 addition & 1 deletion scripts/python/module/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ check-local:
tox: dist .pypi-tools-tox
tox

EXTRA_DIST = tox.ini
EXTRA_DIST = tox.ini MANIFEST.in

NUT_SOURCE_GITREV_NUMERIC = @NUT_SOURCE_GITREV_NUMERIC@
PYTHON = @PYTHON@
Expand Down
2 changes: 1 addition & 1 deletion scripts/python/module/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ setup(
packages = find_packages(),
#py_modules = ['PyNUT'],
package_dir = {'PyNUT': 'PyNUTClient'},
data_files = [('', ['tox.ini'])],
#data_files = [('', ['tox.ini'])],
#scripts = ['PyNUTClient/test_nutclient.py', 'PyNUTClient/__init__.py'],
python_requires = '>=2.6',
# install_requires = ['telnetlib'], # NOTE: telnetlib.py is part of Python core for tested 2.x and 3.x versions, not something 'pip' can download
Expand Down

0 comments on commit b107d81

Please sign in to comment.