git.graph-it.com
/
graphit
/
iocardtest-py.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8428bb7
)
Fix package name in setup.py
author
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Wed, 11 Nov 2020 13:40:48 +0000
(14:40 +0100)
committer
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Wed, 11 Nov 2020 13:40:48 +0000
(14:40 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 4c69eb2a924ede63fb05ed62e8749e02c35ca1db..acf899d7b3ed4248ac48b573bf75febd1814938a 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-4,7
+4,7
@@
with open("README.md", "r") as readme_file:
long_description = readme_file.read()
setuptools.setup(
- name="graphit-
pin
",
+ name="graphit-
iocardtest
",
version="0.1.0",
author="Graph-IT GmbH",
author_email="info@graph-it.com",