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

Adjust setup.py licensing for older setuptools

This commit is contained in:
Jarrod Johnson 2022-04-25 16:48:31 -04:00
parent 5538f99376
commit 9333c999c9

View File

@ -19,13 +19,13 @@ 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'],
scripts=['bin/confluent', 'bin/confluentdbutil', 'bin/collective', 'bin/osdeploy'],
data_files=[('/etc/init.d', ['sysvinit/confluent']),
('/usr/lib/sysctl.d', ['sysctl/confluent.conf']),
('/opt/confluent/share/licenses/confluent_server', ['LICENSE']),
('/usr/lib/systemd/system', ['systemd/confluent.service']),
('/opt/confluent/lib/python/confluent/plugins/console/', [])],