Skip to content

Commit 345fcfb

Browse files
committed
sdist: Fix source distribution including missing file. Fixes #11
Manually tested on Ubuntu 15.04 with gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010: $ pip install cmake-python-distributions/dist/cmake-0.1.0.post4.dev0+g1645a2a.tar.gz Processing ./cmake-python-distributions/dist/cmake-0.1.0.post4.dev0+g1645a2a.tar.gz Building wheels for collected packages: cmake Running setup.py bdist_wheel for cmake ... done Stored in directory: /home/jcfr/.cache/pip/wheels/b9/09/62/5e4e26020faf8f8e20b8f638e81dc761f8068532c1c6bc45f8 Successfully built cmake Installing collected packages: cmake Successfully installed cmake-0.1.0.post4.dev0+g1645a2a
1 parent 1645a2a commit 345fcfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
include CMakeLists.txt
22
include requirements-dev.txt
3+
include HISTORY.rst
4+
include README.rst
35

46
recursive-include src *
57
include versioneer.py

0 commit comments

Comments
 (0)