Skip to content

Commit

Permalink
Depend on PyScaffold 4.0.1 and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Mar 21, 2021
1 parent 080c518 commit 3e4b334
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
Changelog
=========


Version 0.6.1
=============

- Latest updates from PyScaffold
- Fix ``KeyError: 'long-description'``, issue #20

Version 0.6
===========

* Curated the list of packages in ``environment.yml``
* Editable install of package direclty in ``environment.yml``
- Curated the list of packages in ``environment.yml``
- Editable install of package direclty in ``environment.yml``

Version 0.5.1
=============
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ package_dir =
# TODO: Remove conditional dependencies according to `python_requires` above
install_requires =
importlib-metadata; python_version<"3.8"
pyscaffold>=4.0b4,<5.0a0
pyscaffoldext-markdown>=0.4b2,<1.0a0
pyscaffold>=4.0.1,<5.0a0
pyscaffoldext-markdown>=0.4.1,<1.0a0


[options.packages.find]
Expand Down

0 comments on commit 3e4b334

Please sign in to comment.