Skip to content
Snippets Groups Projects
Commit 659e284f authored by Erik Reid's avatar Erik Reid
Browse files

changed package name

parent fde0a149
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,5 @@ def version() -> Version:
return {
'api': API_VERSION,
'module':
pkg_resources.get_distribution('resource-management').version
pkg_resources.get_distribution('nat-resource-management').version
}
from setuptools import setup, find_packages
setup(
name='resource-management',
name='nat-resource-management',
version='0.1',
author='NAT team',
author_email='TBD',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment