Initial commit

This commit is contained in:
2025-10-11 22:16:58 +03:00
commit 6144a8e929
10 changed files with 325 additions and 0 deletions

24
setup.cfg Normal file
View File

@@ -0,0 +1,24 @@
[metadata]
name = basic_application
version = 1.0.0
author = Aleksei Zosimov
author_email = lesha.spb@gmail.com
description = Basic 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
project_urls =
Bug Tracker = https://git.lesha.spb.ru/alex/basic_application/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src