Repository URL to install this package:
|
Version:
1.0 ▾
|
hupper
/
setup.cfg
|
|---|
[wheel]
universal = 1
[metadata]
license_file = LICENSE.txt
[flake8]
exclude =
hupper/compat.py
show-source = True
max-line-length = 80
[check-manifest]
ignore =
.gitignore
PKG-INFO
*.egg-info
*.egg-info/*
ignore-default-rules = true
[tool:pytest]
python_files = test_*.py
testpaths =
src/hupper
tests
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0