Skip to content

Commit 5628d17

Browse files
committed
Doc fixes
1 parent b017098 commit 5628d17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
A simple tool for finding regular availability overlaps between event invitees.
33

44
## Usage
5+
This project is available on [PyPI](https://pypi.org/project/find-time/):
56
```shell
67
python -m pip install find-time
78

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = find-time
33
version = 1.0.0
44
author = Seth Parker
55
author_email = [email protected]
6-
description = "A simple tool for finding regular availability overlaps between event invitees."
6+
description = A simple tool for finding regular availability overlaps between event invitees.
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
download_url = https://gitlab.com/educelab/educelab-imgproc
9+
download_url = https://github.com/csparker247/find-time
1010
classifiers =
1111
Programming Language :: Python :: 3
1212
Programming Language :: Python :: 3.10

0 commit comments

Comments
 (0)