Add traps, remove bitches

This commit is contained in:
2022-06-15 03:07:28 +03:00
parent dce633c5ea
commit e08e110ec1
6 changed files with 329 additions and 49 deletions

View File

@@ -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",