File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change
1
+ recursive-include pangocairocffi VERSION
2
+ recursive-include pangocairocffi c_definitions_*.txt
3
+ recursive-include pangocairocffi ffi_pango.py
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ clean-test: ## remove test and coverage artifacts
56
56
lint : # # check style with flake8
57
57
flake8 pangocairocffi tests --exclude pangocairocffi/_generated/ffi.py
58
58
59
- tests : # # run tests quickly with the default Python
59
+ tests : clean # # run tests quickly with the default Python
60
60
python setup.py test
61
61
62
62
tests-all : clean # # run tests on all minor python versions
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
- Version 0.2.2 - 0.2.4
4
+ Version 0.2.2 - 0.2.5
5
5
.....................
6
6
7
7
Released on 2019-03-23.
@@ -27,6 +27,12 @@ easy to replicate manually.
27
27
than relying on the file being generated, the file exists hardcoded in the
28
28
repository.
29
29
30
+ - Version 0.2.5
31
+
32
+ - setuptools apparently does not follow the ``package_data `` rule.
33
+ A ``MANIFEST.in `` file has been added to fix this.
34
+ (see https://stackoverflow.com/a/14159430)
35
+
30
36
Version 0.2.2
31
37
.............
32
38
Original file line number Diff line number Diff line change 1
- 0.2.4
1
+ 0.2.5
Original file line number Diff line number Diff line change @@ -39,11 +39,5 @@ install_requires =
39
39
pangocffi >= 0.4.0
40
40
python_requires = >= 3.5
41
41
42
- [options.package_data]
43
- pangocairocffi = VERSION, *.txt
44
-
45
- [options.packages.find]
46
- exclude = pangocairocffi._generated
47
-
48
42
[aliases]
49
43
test =pytest
You can’t perform that action at this time.
0 commit comments