Skip to content

Commit 7eab383

Browse files
committed
fixup metadata
1 parent b0733f2 commit 7eab383

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
[metadata]
77
name = honegumi
8-
description = Add a short description here!
8+
description = Honegumi (骨組み) is an interactive "skeleton code" generator for API tutorials focusing on optimization packages.
99
author = sgbaird
10-
author_email = sterling.baird@utah.edu
10+
author_email = sterling.baird@utoronto.ca
1111
license = MIT
1212
license_files = LICENSE.txt
1313
long_description = file: README.md
1414
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
15-
url = https://github.com/pyscaffold/pyscaffold/
15+
url = https://github.com/sgbaird/honegumi
1616
# Add here related links, for example:
1717
project_urls =
1818
Documentation = https://honegumi.readthedocs.io/
@@ -79,6 +79,7 @@ dev =
7979
mypy
8080
pydocstyle
8181
pre-commit
82+
pytest-xdist
8283

8384
[options.entry_points]
8485
# Add here console scripts like:

0 commit comments

Comments
 (0)