Alas, I can't use attr: with author and author_email. :(
This commit is contained in:
parent
1da27a0271
commit
945110f89f
@ -1,13 +1,13 @@
|
|||||||
__all__ = ["__date__", "__version__", "__author__", "__email__",
|
__all__ = ["__date__", "__version__", "__author__", "__author_email__",
|
||||||
"__copyright__", "__license__", "PIGGYBANK_FILE_EXTENSION",
|
"__copyright__", "__license__", "PIGGYBANK_FILE_EXTENSION",
|
||||||
"print_program_version"]
|
"print_program_version"]
|
||||||
|
|
||||||
|
|
||||||
__date__ = "4 June 2020"
|
__date__ = "5 June 2020"
|
||||||
__version__ = "1.0.0"
|
__version__ = "1.0.0"
|
||||||
__author__ = "Alexander \"Arav\" Andreev"
|
__author__ = "Alexander \"Arav\" Andreev"
|
||||||
__email__ = "me@arav.top"
|
__author_email__ = "me@arav.top"
|
||||||
__copyright__ = f"Copyright (c) 2020 {__author__} <{__email__}>"
|
__copyright__ = f"Copyright (c) 2020 {__author__} <{__author_email__}>"
|
||||||
__license__ = \
|
__license__ = \
|
||||||
"""This program is free software. It comes without any warranty, to
|
"""This program is free software. It comes without any warranty, to
|
||||||
the extent permitted by applicable law. You can redistribute it
|
the extent permitted by applicable law. You can redistribute it
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
|
# __author__
|
||||||
name = piggybank
|
name = piggybank
|
||||||
version = attr: piggybank.__version__
|
version = attr: piggybank.__version__
|
||||||
description = Keep track of your piggy bank
|
description = Keep track of your piggy bank
|
||||||
long_description = file: README.md
|
author = Alexander "Arav" Andreev
|
||||||
long_description_content_type = text/markdown; charset=UTF-8
|
author_email = me@arav.top
|
||||||
author = attr: piggybank.__author__
|
|
||||||
author_email = attr: piggybank.__email__
|
|
||||||
url = https://arav.top
|
url = https://arav.top
|
||||||
|
long_description = file: README.md
|
||||||
|
long_description_content_type = text/markdown
|
||||||
keywords =
|
keywords =
|
||||||
coin box
|
coin box
|
||||||
coins
|
coins
|
||||||
|
Loading…
Reference in New Issue
Block a user