Conflict name
This commit is contained in:
6
setup.py
6
setup.py
@@ -4,13 +4,13 @@ with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setup(
|
||||
name="thread",
|
||||
name="ezzthread",
|
||||
version="1.0.0",
|
||||
scripts=["thread.py"],
|
||||
scripts=["ezzthread.py"],
|
||||
author="BarsTiger",
|
||||
description="Small decorator library for launching threads",
|
||||
long_description=long_description,
|
||||
py_modules=["thread"],
|
||||
py_modules=["ezzthread"],
|
||||
license='MIT',
|
||||
url='https://github.com/BarsTiger/thread',
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user