aboutsummaryrefslogtreecommitdiffstats
path: root/heatbridge/setup-template.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatbridge/setup-template.py')
-rw-r--r--heatbridge/setup-template.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/heatbridge/setup-template.py b/heatbridge/setup-template.py
deleted file mode 100644
index 00f2a17..0000000
--- a/heatbridge/setup-template.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from setuptools import setup
-
-setup(
- name='${PROJECT_NAME}', # This is the name of your PyPI-package.
- version='${VERSION}', # Update the version number for new releases
- description='Script to input heat stack information into aai', # Info about script
- install_requires=['python-novaclient','python-cinderclient','python-glanceclient', 'os_client_config', 'python-neutronclient', 'python-heatclient'], # what we need
- packages=['heatbridge'], # The name of your scipts package
- package_dir={'heatbridge': 'heatbridge'} # The location of your scipts package
-) \ No newline at end of file