family-regsiter/setup.cfg
2021-11-28 11:58:25 +01:00

63 lines
1.5 KiB
INI

[metadata]
name = Family Register
# version = attr: tsi_manager.__version__
author = Philipp Rauch
author_email = smokephil@gmail.com
description = Family address and relationship management program
long_description = file: README.md
license = MIT License
classifiers =
Development Status :: 4 - Beta
Environment :: Win32 (MS Windows)
Intended Audience :: Developers
Intended Audience :: Manufacturing
License :: OSI Approved :: MIT License
Natural Language :: English
Natural Language :: German
Operating System :: Microsoft :: Windows :: Windows 10
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
[options]
python_requires = >=3.9
setup_requires =
setuptools >=38.3.0
install_requires =
wxPython >=4.1.1
packaging >=21.3.0
package_dir=
=src
packages = find:
include_package_data = true
zip_safe = false
[options.packages.find]
where=src
# [flake8]
# exclude = build,dist,.git,.tox,.env38,.vscode
# ignore = W504,W601
# max-line-length = 119
# [isort]
# combine_as_imports = true
# default_section = THIRDPARTY
# include_trailing_comma = true
# known_first_party = family_register
# line_length = 79
# multi_line_output = 5
[versioneer]
VCS = git
style = pep440
versionfile_source = src/family_register/_version.py
versionfile_build = family_register/_version.py
tag_prefix =
parentdir_prefix =