diff --git a/README.md b/README.md index 88b57ab..dcbcc2b 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,20 @@

- - - - - + + + + +

-#### PyLibCheck was made by +#### pip-install-bitches was made by Love ❌ code ✅ --- ### 🎈・Code example -Example of how you can use [pylibcheck](https://pypi.org/project/pylibcheck/) +Example of how you can use [bitches](https://pypi.org/project/bitches/) ```py -import pylibcheck, time +import bitches #valid + +bitches.setup() -if not pylibcheck.checkPackage("pyinstaller"): - print("pyinstaller is not installed!") - time.sleep(1) - print("installing it for you!") - pylibcheck.installPackage("pyinstaller") ``` diff --git a/setup.py b/setup.py index 864490c..ed4f0eb 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,9 @@ setup( description="how about you pip install some bitches", long_description_content_type="text/markdown", long_description=open("README.md", encoding="utf-8").read(), - url = "https://github.com/rdimo/bitches", + url = "https://github.com/rdimo/pip-install-bitches", project_urls={ - "Bug Tracker": "https://github.com/rdimo/bitches/issues", + "Bug Tracker": "https://github.com/rdimo/pip-install-bitches/issues", }, packages=find_packages(), keywords=['bitches', 'python', 'package', 'library', 'lib', 'module', 'checker'],