setup.cfg 202 B

1234567891011121314
  1. [nosetests]
  2. with-doctest = 1
  3. doctest-extension = .rst
  4. doctest-fixtures = _fixtures
  5. py3where = build/tests
  6. [bdist_rpm]
  7. doc_files = README.txt
  8. [egg_info]
  9. tag_build =
  10. tag_date = 0
  11. tag_svn_revision = 0