ajusta_bling_py/setup.cfg

45 lines
947 B
INI

[metadata]
name = ajusta_bling
description = Ajust the bling
version = 0.0.1
author = Djonathan de Souza
license = GNU
license_files = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
package_dir =
=ajusta_bling
packages = find:
python_requires = >=3.6
include_package_data = true
[options.packages.find]
where = ajusta_bling
[options.extras_require]
testing =
pytest>=7.0
pytest-cov>=3.0
mypy>=0.960
flake8>=4.0
tox>=3.25
[options.package_data]
ajusta_bling = py.typed
[options.entry_points]
console_scripts =
ajusta_bling = ajusta_bling.__main__:main
[flake8]
max-line-length = 160