Skip to content

Commit 666e455

Browse files
committed
add author and maintainers
1 parent 4db3dd2 commit 666e455

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
name = "py_jwt_cpp"
33
requires-python = ">=3.8"
44
version = "0.1.0"
5+
authors = ["Yanghsing Lin <[email protected]>"]
6+
maintainers = ["Yanghsing Lin <[email protected]>"]
57

68
[tool.poetry]
79
name = "py_jwt_cpp"
810
version = "0.1.0"
911
description = ""
10-
authors = ["Your Name <you@example.com>"]
12+
authors = ["Yanghsing Lin <yanghsingl@netskope.com>"]
1113
readme = "README.md"
1214

1315
[tool.poetry.dependencies]

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
'version': '0.1.0',
1313
'description': '',
1414
'long_description': '',
15-
'author': 'Your Name',
16-
'author_email': 'you@example.com',
17-
'maintainer': 'None',
18-
'maintainer_email': 'None',
15+
'author': 'Yanghsing Lin',
16+
'author_email': 'yanghsingl@netskope.com',
17+
'maintainer': 'Yanghsing Lin',
18+
'maintainer_email': '[email protected]',
1919
'url': 'None',
2020
'packages': packages,
2121
'package_data': package_data,

0 commit comments

Comments
 (0)