flat-tree/setup.cfg

49 lines
1.0 KiB
INI
Raw Normal View History

[tool:pytest]
testpaths = test
[flake8]
max-line-length = 80
[isort]
known_first_party = flat_tree
known_third_party = pytest
line_length = 80
multi_line_output = 3
skip = .venv, .tox
include_trailing_comma = True
[metadata]
name = flat-tree
author = decentral1se
2020-05-16 16:15:47 +00:00
author_email = hi@decentral1.se
maintainer = decentral1se
2020-05-16 16:15:47 +00:00
maintainer_email = hi@decentral1.se
url = https://git.autonomic.zone/hyperpy/flat-tree
project_urls =
2020-05-16 16:15:47 +00:00
Source Code = https://git.autonomic.zone/hyperpy/flat-tree
description = Utilities for navigating flat trees
2020-05-16 16:15:47 +00:00
long_description = file: README.md
license = GPLv3
license_file = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
2020-05-16 15:58:44 +00:00
Programming Language :: Python :: 3.8
[options]
use_scm_version = True
2019-10-06 13:30:01 +00:00
python_requires = >=3.6
setup_requires =
setuptools_scm
setuptools_scm_git_archive
package_dir =
= .
packages = find:
zip_safe = False
2020-05-16 15:58:44 +00:00
install_requires =
attrs >= 19.1.0, < 20.0
[options.packages.find]
where = .