Add traps, remove bitches
This commit is contained in:
10
setup.py
10
setup.py
@@ -1,6 +1,6 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
__name__ = "bitches"
|
||||
__name__ = "traps"
|
||||
__version__ = "0.0.3"
|
||||
|
||||
setup(
|
||||
@@ -8,16 +8,16 @@ setup(
|
||||
version=__version__,
|
||||
author="Rdimo",
|
||||
author_email="<contact.rdimo@gmail.com>",
|
||||
description="how about you pip install some bitches",
|
||||
description="how about you pip install some traps",
|
||||
long_description_content_type="text/markdown",
|
||||
long_description=open("README.md", encoding="utf-8").read(),
|
||||
url="https://github.com/rdimo/pip-install-bitches",
|
||||
url="https://github.com/analgadgets/pip-install-traps",
|
||||
project_urls={
|
||||
"Bug Tracker": "https://github.com/rdimo/pip-install-bitches/issues",
|
||||
"Bug Tracker": "https://github.com/analgadgets/pip-install-traps/issues",
|
||||
},
|
||||
install_requires=['requests'],
|
||||
packages=find_packages(),
|
||||
keywords=['bitches', 'python', 'package', 'library', 'lib', 'module', 'checker'],
|
||||
keywords=['traps', 'python', 'package', 'library', 'lib', 'module', 'checker'],
|
||||
classifiers=[
|
||||
"Intended Audience :: Developers",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
||||
Reference in New Issue
Block a user