Skip to content

Commit

Permalink
BUG Include Fortran files in distribution (#55)
Browse files Browse the repository at this point in the history
Make sure that the distribution includes the Fortran code needed to build from source. The C file(s) are autogenerated and not needed in the source distribution.
  • Loading branch information
Stephen Hoover committed Mar 11, 2019
1 parent 82a52de commit e7551ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 2.1.1 - 2019-03-11
### Fixed
* [#55](https://github.com/civisanalytics/python-glmnet/pull/55)
Include all Fortran source code in source tarball; exclude autogenerated C.

## 2.1.0 - 2019-03-11

Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ include LICENSE
recursive-include LICENSES *
include versioneer.py
include glmnet/_version.py
include glmnet/*.pyf
exclude glmnet/*.c

0 comments on commit e7551ca

Please sign in to comment.