[Reproducible-commits] [reprotest] 01/01: Maybe get setuptools install working
Ceridwen
ceridwen-guest at moszumanska.debian.org
Fri Jul 22 13:38:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
ceridwen-guest pushed a commit to branch master
in repository reprotest.
commit a174167248b55ba44591f55a42e18a6b91da0597
Author: Ceridwen <ceridwenv at gmail.com>
Date: Fri Jul 22 09:38:11 2016 -0400
Maybe get setuptools install working
---
MANIFEST.in | 1 +
setup.py | 5 ++---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/MANIFEST.in b/MANIFEST.in
index bb3ec5f..0544523 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,2 @@
include README.md
+include reprotest/virt/*
diff --git a/setup.py b/setup.py
index d36df0c..3239003 100644
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,6 @@ setup(name='reprotest',
license='GPL-3+',
url='https://anonscm.debian.org/cgit/reproducible/reprotest.git/',
packages=find_packages(),
- # This layout is badly broken at the moment, something must be
- # done to make the scripts in virt/ install executable.
entry_points={
'console_scripts': [
'reprotest = reprotest:main'
@@ -29,8 +27,9 @@ setup(name='reprotest',
'Operating System :: POSIX',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Utilities',
],
+ zip_safe=False,
+ include_package_data=True
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git
More information about the Reproducible-commits
mailing list