Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 9282fb4

Browse files
author
mbagic
committed
Added support for rpm making with 'python setup.py bdist_rpm'
1 parent e242c30 commit 9282fb4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include requirements.txt
22
include test-requirements.txt
33
include dev-requirements.txt
44
include LICENSE
5+
include README.rst

setup.cfg

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
[install]
2+
install_lib=/usr/lib64/python2.6/site-packages
3+
4+
[bdist_rpm]
5+
requires=python-dateutil
6+
17
[wheel]
28
universal = 1

0 commit comments

Comments
 (0)