increment version
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
src/config_manager/__pycache__/basic_application.cpython-312.pyc
|
||||
__pycache__
|
||||
venv/
|
||||
.vscode/
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "config_manager"
|
||||
version = "1.0.3"
|
||||
version = "1.0.4"
|
||||
description = "Config manager for building applications"
|
||||
authors = [
|
||||
{ name = "Aleksei Zosimov", email = "lesha.spb@gmail.com" }
|
||||
|
||||
24
setup.cfg
24
setup.cfg
@@ -1,24 +0,0 @@
|
||||
[metadata]
|
||||
name = config_manager
|
||||
version = 1.0.1
|
||||
author = Aleksei Zosimov
|
||||
author_email = lesha.spb@gmail.com
|
||||
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/config_manager
|
||||
project_urls =
|
||||
Bug Tracker = https://git.lesha.spb.ru/alex/config_manager/issues
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
|
||||
[options]
|
||||
package_dir =
|
||||
= src
|
||||
packages = find:
|
||||
python_requires = >=3.10
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
Reference in New Issue
Block a user