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 be796b9 commit 55ba2ec
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 @@ -8,7 +8,7 @@ Sync Foursquare Swarm check-ins to local sqlite DB (incrementally) and generate

```
pipx ensurepath
pipx install --spec git+https://github.com/liskin/foursquare-swarm-ical foursquare_swarm_ical
pipx install --spec git+https://github.com/liskin/foursquare-swarm-ical foursquare-swarm-ical
```

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 = foursquare_swarm_ical
name = foursquare-swarm-ical
url = https://github.com/liskin/foursquare-swarm-ical

author = Tomáš Janoušek
Expand Down

0 comments on commit 55ba2ec

Please sign in to comment.