Skip to content

Commit a22b229

Browse files
authored
Update pyproject.toml with new repo information (#9)
1 parent 29ac45a commit a22b229

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ build-backend = "flit.buildapi"
55
[tool.flit.metadata]
66
module = "cherry_picker"
77
author = "Mariatta Wijaya"
8-
author-email = "mariatta.wijaya@gmail.com"
8+
author-email = "mariatta@python.org"
99
maintainer = "Python Core Developers"
1010
maintainer-email = "core-workflow@python.org"
11-
home-page = "https://github.com/python/core-workflow/tree/master/cherry_picker"
11+
home-page = "https://github.com/python/cherry_picker"
1212
requires = ["click>=6.0", "gidgethub", "requests", "toml"]
1313
description-file = "readme.rst"
1414
classifiers = ["Programming Language :: Python :: 3.6", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License"]
1515
requires-python = ">=3.6"
1616

1717

1818
[tool.flit.scripts]
19-
cherry_picker = "cherry_picker.cherry_picker:cherry_pick_cli"
19+
cherry_picker = "cherry_picker:cherry_pick_cli"
2020

2121
[tool.flit.metadata.requires-extra]
2222
dev = ["pytest"]

0 commit comments

Comments
 (0)