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

Set up confluent licensisng in setupdist context

This commit is contained in:
Jarrod Johnson 2022-04-25 16:15:49 -04:00
parent 7234310519
commit 66f2ba98ec
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ setup(
author_email='jjohnson2@lenovo.com',
url='http://xcat.sf.net/',
packages=['confluent'],
license_files=['LICENSE'],
scripts=scriptlist,
data_files=data_files,
)

View File

@ -9,3 +9,4 @@ sed -e "s/#VERSION#/$VERSION/" setup.py.tmpl > setup.py
if [ -f confluent/client.py ]; then
echo '__version__ = "'$VERSION'"' > confluent/__init__.py
fi
cp ../LICENSE .

View File

@ -19,6 +19,7 @@ setup(
'confluent/plugins/shell/',
'confluent/collective/',
'confluent/plugins/configuration/'],
license_files=['LICENSE'],
install_requires=['paramiko', 'pycrypto>=2.6', 'confluent_client>=0.1.0', 'eventlet',
'dnspython', 'netifaces', 'pysnmp', 'pyparsing',
'pyghmi>=1.0.44'],