Minor changes
This commit is contained in:
10
setup.cfg
10
setup.cfg
@@ -1,14 +1,14 @@
|
||||
[metadata]
|
||||
name = basic_application
|
||||
name = config_manager
|
||||
version = 1.0.0
|
||||
author = Aleksei Zosimov
|
||||
author_email = lesha.spb@gmail.com
|
||||
description = Basic application with configuration and logging features.
|
||||
description = Base application with configuration and logging features.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://git.lesha.spb.ru/alex/basic_application/src/branch/master
|
||||
url = https://git.lesha.spb.ru/alex/config_manager
|
||||
project_urls =
|
||||
Bug Tracker = https://git.lesha.spb.ru/alex/basic_application/issues
|
||||
Bug Tracker = https://git.lesha.spb.ru/alex/config_manager/issues
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: MIT License
|
||||
@@ -18,7 +18,7 @@ classifiers =
|
||||
package_dir =
|
||||
= src
|
||||
packages = find:
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.10
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
||||
Reference in New Issue
Block a user