Skip to content

Commit 54ca152

Browse files
committed
correctly find packages in setup.cfg
1 parent d377f80 commit 54ca152

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ author=Ian Hunt-Isaak
44
author_email[email protected]
55
url = https://github.com/ianhi/mpl-point-clicker
66
license=BSD 3-Clause
7-
packages = find:
87
long_description = file: README.md
98
long_description_content_type = text/markdown
109

1110
[options]
11+
packages = find:
12+
13+
keywords =
14+
Matplotlib
15+
1216
install_requires =
1317
matplotlib
1418
numpy

0 commit comments

Comments
 (0)