Skip to content

Commit d2f513d

Browse files
committed
fix manifest for windows
1 parent c2c8532 commit d2f513d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.7.7 (2017-06-20)
5+
0.7.8 (2017-06-20)
66
------------------
77

88
* First release on PyPI.

MANIFEST.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ recursive-exclude * *.py[co]
1313
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
1414

1515
# we only want "release" artifacts, not "debug" artifacts
16-
recursive-include rust_pypi_example/rust/target/release *.so *.dylib *.dll *.lib
17-
recursive-include rust_pypi_example *.h *.c
16+
recursive-include */rust/target/release *.so *.dylib *.dll *.lib
17+
recursive-include * *.h *.c
1818

1919
# inclusing the .rs and .toml files isn't necessary so feel free to remove them.
2020
# This may help if a source dist is needed.

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ replace = {new_version}
1919
search = {current_version}
2020
replace = {new_version}
2121

22+
2223
[flake8]
2324
exclude = docs
2425

@@ -27,5 +28,4 @@ test = pytest
2728

2829
[tool:pytest]
2930
testpaths = tests
30-
addopts = --verbose
31-
31+
addopts = --verbose

0 commit comments

Comments
 (0)