Skip to content

Commit

Permalink
Merge pull request #25 from robjsliwa/namechange
Browse files Browse the repository at this point in the history
Name change due to collision with pipy existing project.
  • Loading branch information
robjsliwa authored Jul 5, 2024
2 parents 0bb4f54 + 77ee6f3 commit 6dc5e16
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 @@ -211,7 +211,7 @@ poetry run pytest --cov=prolog tests
Install pyprolog:

```bash
pip install pyprolog
pip install pieprolog
```

Here is an example how to use PyProlog as a library:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
required = f.read().splitlines()

setup(
name='pyprolog',
name='pieprolog',
version='1.0.0',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 6dc5e16

Please sign in to comment.