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    
plaster_pastedeploy / setup.cfg
Size: Mime:
[wheel]
universal = 1

[metadata]
license_file = LICENSE.txt

[flake8]
exclude = 
	tests/fake_packages,
	tests/sample_configs,
show-source = True
max-line-length = 80

[check-manifest]
ignore = 
	.gitignore
	PKG-INFO
	*.egg-info
	*.egg-info/*
ignore-default-rules = true
ignore-bad-ideas = 
	tests/*

[tool:pytest]
python_files = test_*.py
testpaths = 
	src/plaster_pastedeploy
	tests

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0