File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
A simple tool for finding regular availability overlaps between event invitees.
3
3
4
4
## Usage
5
+ This project is available on [ PyPI] ( https://pypi.org/project/find-time/ ) :
5
6
``` shell
6
7
python -m pip install find-time
7
8
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name = find-time
3
3
version = 1.0.0
4
4
author = Seth Parker
5
5
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.
7
7
long_description = file: README.md
8
8
long_description_content_type = text/markdown
9
- download_url = https://gitlab .com/educelab/educelab-imgproc
9
+ download_url = https://github .com/csparker247/find-time
10
10
classifiers =
11
11
Programming Language :: Python :: 3
12
12
Programming Language :: Python :: 3.10
You can’t perform that action at this time.
0 commit comments