1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 13:45:31 +00:00

Include missing pyx files in dist file.

Closes #168
This commit is contained in:
Jonas Borgström 2015-01-04 22:25:11 +01:00
parent 77bd65aa03
commit df6324b725
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ Version 0.15
(feature release, released on X) (feature release, released on X)
- Fix Python 3.2 compatibility issue with noatime open() (#164) - Fix Python 3.2 compatibility issue with noatime open() (#164)
- Include missing pyx files in dist files (#168)
Version 0.14 Version 0.14
------------ ------------

View file

@ -1,4 +1,5 @@
include README.rst LICENSE CHANGES MANIFEST.in versioneer.py include README.rst LICENSE CHANGES MANIFEST.in versioneer.py
recursive-include attic *.pyx
recursive-include docs * recursive-include docs *
recursive-exclude docs *.pyc recursive-exclude docs *.pyc
recursive-exclude docs *.pyo recursive-exclude docs *.pyo