Skip to content

Commit

Permalink
chore: update project structure to 296fc14f
Browse files Browse the repository at this point in the history
  • Loading branch information
escaped committed Dec 20, 2020
1 parent 2b02d08 commit 48f6593
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/escaped/cookiecutter-pypackage.git",
"commit": "a20d0309738174fd9c5e9d10a03c1d9d5e610bbb",
"commit": "296fc14ff90b7d09f95f49ced2a605974106d697",
"context": {
"cookiecutter": {
"author": "Alexander Frenzel",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}

publish:
needs: [release]
name: Build and publish Python distributions to PyPI
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,3 @@ cruft update
```

in the root of this repository.

15 changes: 15 additions & 0 deletions README.md.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff a/README.md b/README.md (rejected hunks)
@@ -11,8 +11,12 @@ Alternative A* implementation, which provides the current and previous edge to t
## Requirements

* Python 3.6.1 or newer
-* [poetry](https://poetry.eustance.io/) 1.1 or newer

+## Installation
+
+```sh
+pip install networkx-astar-path
+```

## Development

0 comments on commit 48f6593

Please sign in to comment.