From 9282fb4992dce78b41e303869fb661d5c20ef820 Mon Sep 17 00:00:00 2001 From: mbagic Date: Mon, 29 Feb 2016 11:08:30 +0100 Subject: [PATCH 1/3] Added support for rpm making with 'python setup.py bdist_rpm' --- MANIFEST.in | 1 + setup.cfg | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 18b23910..58fdabcf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ include requirements.txt include test-requirements.txt include dev-requirements.txt include LICENSE +include README.rst \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 5e409001..dc2cbf3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,8 @@ +[install] +install_lib=/usr/lib64/python2.6/site-packages + +[bdist_rpm] +requires=python-dateutil + [wheel] universal = 1 From 852b7720d70a6fbe98f726a8df17945c28c6bba1 Mon Sep 17 00:00:00 2001 From: mbagic Date: Mon, 29 Feb 2016 11:10:37 +0100 Subject: [PATCH 2/3] newline --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 58fdabcf..76466bf2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,4 @@ include requirements.txt include test-requirements.txt include dev-requirements.txt include LICENSE -include README.rst \ No newline at end of file +include README.rst From 79166df300ca38f309f0f650c564a9784f45524b Mon Sep 17 00:00:00 2001 From: mbagic Date: Mon, 29 Feb 2016 11:15:05 +0100 Subject: [PATCH 3/3] removed unneeded python directory tag --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index dc2cbf3f..217d437b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[install] -install_lib=/usr/lib64/python2.6/site-packages - [bdist_rpm] requires=python-dateutil