fix: metadata.name does not accept attr
This commit is contained in:
27
setup.cfg
27
setup.cfg
@@ -1,14 +1,14 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = attr: waybackpy/__version__.__title__
|
name = waybackpy
|
||||||
version = attr: waybackpy/__version__.__version__
|
version = attr: waybackpy.__version__
|
||||||
description = attr: waybackpy/__version__.__description__
|
description = attr: waybackpy.__description__
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
license = attr: waybackpy/__version__.__license__
|
license = attr: waybackpy.__license__
|
||||||
author = attr: waybackpy/__version__.__author__
|
author = attr: waybackpy.__author__
|
||||||
author_email = attr: waybackpy/__version__.__author_email__
|
author_email = attr: waybackpy.__author_email__
|
||||||
url = attr: waybackpy/__version__.__url__
|
url = attr: waybackpy.__url__
|
||||||
download_url = attr: waybackpy/__version__.__download_url__
|
download_url = attr: waybackpy.__download_url__
|
||||||
project_urls =
|
project_urls =
|
||||||
Documentation = https://github.com/akamhy/waybackpy/wiki
|
Documentation = https://github.com/akamhy/waybackpy/wiki
|
||||||
Source = https://github.com/akamhy/waybackpy
|
Source = https://github.com/akamhy/waybackpy
|
||||||
@@ -40,18 +40,21 @@ classifiers =
|
|||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages =
|
packages = find:
|
||||||
waybackpy
|
|
||||||
python_requires = >= 3.4
|
python_requires = >= 3.4
|
||||||
install_requires =
|
install_requires =
|
||||||
requests
|
|
||||||
click
|
click
|
||||||
|
requests
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
dev =
|
dev =
|
||||||
black
|
black
|
||||||
|
codecov
|
||||||
flake8
|
flake8
|
||||||
isort
|
mypy
|
||||||
|
pytest
|
||||||
|
pytest-cov
|
||||||
|
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
|
Reference in New Issue
Block a user