Skip to content

Commit

Permalink
fixed: versioneer.py was not included in distribution
Browse files Browse the repository at this point in the history
- fixes #37
- update CHANGELOG
  • Loading branch information
orbeckst committed Jul 12, 2020
1 parent e133bb0 commit 28d1e0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ The rules for this file:
use tabs but use spaces for formatting

------------------------------------------------------------------------------

07/11/2020 orbeckst
* 1.3.2
- fix installation issue that made 1.3.2 fail installation
(versioneer.py was not included) (issue #37)

07/08/2020 orbeckst, lilyminium
* 1.3.1
- fix library.find_file (issue #32)
Expand Down
6 changes: 3 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include README.rst INSTALL.rst LICENSE AUTHORS CHANGELOG
include setup.py
include setup.py versioneer.py
include rotcon/_version.py
recursive-include doc *
prune doc/sphinx/build
graft rotcon/data
recursive-include tests *.sh *.gro *.dat *.pdf
global-exclude .DS_Store *~include versioneer.py
include rotcon/_version.py
global-exclude .DS_Store *~

0 comments on commit 28d1e0c

Please sign in to comment.