Skip to content

Commit

Permalink
setup.cfg: Use dashes in name
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Oct 28, 2020
1 parent f59b7bd commit cb290aa
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 @@ -22,7 +22,7 @@ Example of what you can do with the data:

```
pipx ensurepath
pipx install --spec git+https://github.com/liskin/strava-offline strava_offline
pipx install --spec git+https://github.com/liskin/strava-offline strava-offline
```

To keep a local git clone around:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = strava_offline
name = strava-offline
url = https://github.com/liskin/strava-offline

author = Tomáš Janoušek
Expand Down

0 comments on commit cb290aa

Please sign in to comment.