2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Clean up pure python packaging

Fix __init__.py redundancy, update requirements to current state
of affairs.
This commit is contained in:
Jarrod Johnson 2018-04-10 16:06:37 -04:00
parent 76a4a91351
commit 91238f1dcb
4 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
__version__ = "1.8.1.dev16.gg7f29d3a"

View File

@ -1 +0,0 @@
__version__ = "1.5.0.dev395.ggacb3a20"

View File

@ -6,4 +6,3 @@ if [ "$NUMCOMMITS" != "$VERSION" ]; then
fi
echo $VERSION > VERSION
sed -e "s/#VERSION#/$VERSION/" setup.py.tmpl > setup.py
echo '__version__ = "'$VERSION'"' > confluent/__init__.py

View File

@ -17,7 +17,8 @@ setup(
'confluent/plugins/shell/',
'confluent/plugins/configuration/'],
install_requires=['paramiko', 'pycrypto>=2.6', 'confluent_client>=0.1.0', 'eventlet',
'pyghmi>=0.6.5'],
'dnspython', 'netifaces', 'pyte', 'pysnmp', 'pyparsing',
'pyghmi>=1.0.44'],
scripts=['bin/confluent', 'bin/confluentdbutil'],
data_files=[('/etc/init.d', ['sysvinit/confluent']),
('/usr/lib/sysctl.d', ['sysctl/confluent.conf']),