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