10000 src · Android-for-Python/gestures4kivy@d2ee1de · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit d2ee1de

Browse files
committed
src
1 parent a6018b3 commit d2ee1de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = gestures4kivy
3-
version = 0.0.0
3+
version = 0.0.1
44
author = Robert Flatt
55
author_email = sharkwhisperer@hawaii.rr.com
66
description = Detect common touch gestures for use with Kivy
@@ -16,9 +16,9 @@ classifiers =
1616

1717
[options]
1818
package_dir =
19-
= gestures4kivy
19+
= src
2020
packages = find:
2121
python_requires = >=3.6
2222

2323
[options.packages.find]
24-
where = gestures4kivy
24+
where = src
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
0