OSDN Git Service

modify setup
authorChengcheng Zhang <943420582@qq.com>
Fri, 22 Mar 2019 08:09:36 +0000 (16:09 +0800)
committerChengcheng Zhang <943420582@qq.com>
Fri, 22 Mar 2019 08:09:36 +0000 (16:09 +0800)
pybtm/__init__.py [new file with mode: 0644]
pybytom/__init__.py [deleted file]
setup.py

diff --git a/pybtm/__init__.py b/pybtm/__init__.py
new file mode 100644 (file)
index 0000000..1a31fc9
--- /dev/null
@@ -0,0 +1 @@
+name = "pybtm"
\ No newline at end of file
diff --git a/pybytom/__init__.py b/pybytom/__init__.py
deleted file mode 100644 (file)
index b67baca..0000000
+++ /dev/null
@@ -1 +0,0 @@
-name = "pybytom"
\ No newline at end of file
index dfba739..b25cafc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,14 +4,14 @@ with open("README.md", "r") as fh:
     long_description = fh.read()
 
 setuptools.setup(
-    name="pybytom",
+    name="pybtm",
     version="0.0.1",
     author="zcc0721",
     author_email="zcc0721@foxmail.com",
     description="Python3 implementation of the Bytom protocol.",
     long_description=long_description,
     long_description_content_type="text/markdown",
-    url="https://github.com/Bytom/pybytom",
+    url="https://github.com/Bytom/pybtm",
     packages=setuptools.find_packages(),
     classifiers=[
         "Programming Language :: Python :: 3",