diff --git a/README.md b/README.md index 732da5e..c429c77 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Our goal with **Git DB** is to focus on simplicity and flexibility: ## Installation ```bash -pip install git-db +pip install PyGitDB ``` ## What will you find? diff --git a/setup.py b/setup.py index ccb5c58..19bab8e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_long_description(): dev = {"isort", "pre-commit", "ruff", "black", "pycln"} setup( - name="git-db", + name="PyGitDB", version="0.1.0", description="Load git stats into a DuckDB db locally for easy analytics.", long_description=get_long_description(),