Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
hupper / setup.cfg
Size: Mime:
[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