Skip to content
Snippets Groups Projects
Commit a4cfd583 authored by Robert Latta's avatar Robert Latta
Browse files

reverted name and version after IMS dev

parent 72137aac
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ def version():
version_params = {
'api': API_VERSION,
'module':
pkg_resources.get_distribution('inventory_provider_ims').version
pkg_resources.get_distribution('inventory_provider').version
}
latch = get_latch(get_current_redis(config))
if latch:
......
from setuptools import setup, find_packages
setup(
name='inventory-provider-ims',
version="0.1",
name='inventory-provider',
version="0.64",
author='GEANT',
author_email='swd@geant.org',
description='Dashboard inventory provider',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment