Skip to content

Commit 61ff5e1

Browse files
committed
Add missing project metadata
1 parent 91d6bcb commit 61ff5e1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "pycountries"
33
version = "1.0.1"
4+
license = {text = "MIT License"}
45
authors = [
56
{ name="Ivan Koldakov", email="[email protected]" },
67
]

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ def _get_file(name: str):
88

99

1010
setup(
11+
author="Ivan Koldakov",
12+
url="https://github.com/koldakov/pycountries",
1113
long_description=_get_file("README.md"),
1214
long_description_content_type="text/markdown",
1315
package_dir={

0 commit comments

Comments
 (0)