ckanext-privatedatasets/setup.cfg

22 lines
263 B
INI
Raw Permalink Normal View History

2018-07-12 01:01:46 +02:00
[bdist_wheel]
universal = 1
[flake8]
ignore=E501
2015-11-25 12:49:44 +01:00
[metadata]
description-file = README.md
[nosetests]
ckan=1
with-pylons=test.ini
with-xunit=1
with-coverage=1
cover-package=ckanext.privatedatasets
cover-inclusive=1
cover-erase=1
2018-07-12 01:01:46 +02:00
cover-xml=1
[pep8]
ignore=E501