choose alternative name of pypi package
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 18:01:05 +0000 (19:01 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 18:01:05 +0000 (19:01 +0100)
setup.py

index f30f26cdc7d784dd6ccb7cf98ca437f75a2266a1..2fc3ddb668824ad84a32563b7fed7ce4842a30b3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ README = open(os.path.join(here, 'README.md')).read()
 NEWS = open(os.path.join(here, 'NEWS.txt')).read()
 
 
-version = '0.0.1'
+version = '0.0.0'
 
 # using pip3 for ongoing development is a royal pain.  seriously not
 # recommended.  therefore a number of these dependencies have been
@@ -26,7 +26,7 @@ test_requires = [
 ]
 
 setup(
-    name='libresoc-openpower',
+    name='libresoc-openpower-isa',
     version=version,
     description="OpenPOWER ISA resources including a python-based simulator",
     long_description=README + '\n\n' + NEWS,