Skip to content

Commit

Permalink
include .pyx files in source distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Böck committed Nov 14, 2018
1 parent d910e4e commit 6545fbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

Version 0.16.1 (release date: 2017-11-14)
-----------------------------------------

This is a maintenance release.

* Include .pyx files in source distribution

Version 0.16 (release date: 2017-11-13)
---------------------------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
prune docs
prune tests
include CHANGES.rst
recursive-include madmom/ *.pyx
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import numpy as np

# define version
version = '0.16'
version = '0.16.1'

# define which extensions to compile
include_dirs = [np.get_include()]
Expand Down

0 comments on commit 6545fbb

Please sign in to comment.