Skip to content

Commit

Permalink
Fixing PyPI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Oct 22, 2014
1 parent 3362710 commit bac27b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ pyblish Changelog

This contains all major version changes between pyblish releases.

Version 1.0.10
--------------

- Fixing PyPI installation

Version 1.0.9
-------------

Expand Down
2 changes: 1 addition & 1 deletion pyblish/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 9
VERSION_PATCH = 10

version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
version = '%i.%i.%i' % version_info
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
zip_safe=False,
classifiers=classifiers,
package_data={
'pyblish': ['plugins/*.py'],
'pyblish': ['*.yaml'],
'pyblish': ['plugins/*.py', '*.yaml'],
'pyblish.tests': tests_package_data
},
entry_points={
Expand Down

0 comments on commit bac27b5

Please sign in to comment.