Skip to content

Commit

Permalink
Merge pull request #4 from pmbrull/name
Browse files Browse the repository at this point in the history
Update name
  • Loading branch information
pmbrull authored May 1, 2023
2 parents 6d16faf + 0691041 commit 88cbee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 88cbee3

Please sign in to comment.