diff --git a/README.md b/README.md index da66667..0f0546c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ remove that from your system first. Install `debandshit` with the following command: ```sh -$ pip install debandshit +$ pip install vs-debandshit ``` ## Dependencies diff --git a/setup.py b/setup.py index 10e2ca3..da7469e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("requirements.txt") as fh: install_requires = fh.read() -name = "debandshit" +name = "vs-debandshit" version = "0.4.1" release = "0.4.1"