Skip to content

Commit

Permalink
Bump version (v0.2.4 -> v0.2.5) + Fix package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
leifgehrmann committed Mar 23, 2019
1 parent 4f6fc59 commit a59c048
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursive-include pangocairocffi VERSION
recursive-include pangocairocffi c_definitions_*.txt
recursive-include pangocairocffi ffi_pango.py
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ clean-test: ## remove test and coverage artifacts
lint: ## check style with flake8
flake8 pangocairocffi tests --exclude pangocairocffi/_generated/ffi.py

tests: ## run tests quickly with the default Python
tests: clean ## run tests quickly with the default Python
python setup.py test

tests-all: clean ## run tests on all minor python versions
Expand Down
8 changes: 7 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

Version 0.2.2 - 0.2.4
Version 0.2.2 - 0.2.5
.....................

Released on 2019-03-23.
Expand All @@ -27,6 +27,12 @@ easy to replicate manually.
than relying on the file being generated, the file exists hardcoded in the
repository.

- Version 0.2.5

- setuptools apparently does not follow the ``package_data`` rule.
A ``MANIFEST.in`` file has been added to fix this.
(see https://stackoverflow.com/a/14159430)

Version 0.2.2
.............

Expand Down
2 changes: 1 addition & 1 deletion pangocairocffi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.2.5
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,5 @@ install_requires =
pangocffi >= 0.4.0
python_requires = >= 3.5

[options.package_data]
pangocairocffi = VERSION, *.txt

[options.packages.find]
exclude = pangocairocffi._generated

[aliases]
test=pytest

0 comments on commit a59c048

Please sign in to comment.