File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
- 0.7.7 (2017-06-20)
5
+ 0.7.8 (2017-06-20)
6
6
------------------
7
7
8
8
* First release on PyPI.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ recursive-exclude * *.py[co]
13
13
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
14
14
15
15
# 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
18
18
19
19
# inclusing the .rs and .toml files isn't necessary so feel free to remove them.
20
20
# This may help if a source dist is needed.
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ replace = {new_version}
19
19
search = {current_version}
20
20
replace = {new_version}
21
21
22
+
22
23
[flake8]
23
24
exclude = docs
24
25
@@ -27,5 +28,4 @@ test = pytest
27
28
28
29
[tool:pytest]
29
30
testpaths = tests
30
- addopts = --verbose
31
-
31
+ addopts = --verbose
You can’t perform that action at this time.
0 commit comments