Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 7242eec

Browse files
committed
Revert "Enclose author & email in quotes"
This reverts commit e10f52b.
1 parent e10f52b commit 7242eec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name = dls-python3-skeleton
33
description = One line description of your module
44
url = https://github.com/dls-controls/dls-python3-skeleton
5-
# author & author_email enclosed in quotes to allow for apostrophes
6-
author = "Firstname Lastname"
7-
author_email = "[email protected]"
5+
author = Firstname Lastname
6+
author_email = [email protected]
87
license = Apache License 2.0
98
long_description = file: README.rst
109
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)