Skip to content

v1.9

Compare
Choose a tag to compare
@ionelmc ionelmc released this 05 Aug 22:48
· 736 commits to master since this release
  • Changed badge images to be served over https.
  • Fix wrong path and missing passenv in the tox.ini template. Closed #24 <https://github.com/ionelmc/cookiecutter-pylibrary/issues/24>_.
  • Excluded *.dylib in MANIFEST.in.
  • Replaced dashes with underscores in package name. Closed #23 <https://github.com/ionelmc/cookiecutter-pylibrary/issues/23>_.
  • Added Codeclimate and Codacy badge placeholders. Contributed by kaidokert, #22 <https://github.com/ionelmc/cookiecutter-pylibrary/pull/22>_.
  • Minor cleanup in tox.ini.
  • Fixed long heading underlines in generated RST documents.
  • Changed tox configuration to use skip_install instead of usedevelop for envs that don't need to import anything.
  • Fixed missing interpreter for the spell env.
  • Moved bumpversion configuration out of setup.cfg. Unfortunately bumpversion removes comments from the
    config file, so setup.cfg is not a good place.
  • Simplified coverage configuration a bit.