Skip to content

Commit

Permalink
[#8]
Browse files Browse the repository at this point in the history
fix: bug on creating wheel during release
  • Loading branch information
nazrulworld committed Jul 2, 2017
1 parent ce953ce commit bb5e0a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Changelog
1.1.2 (unreleased)
------------------

- Nothing changed yet.
Bugfixes:

- [#8] `Install using pip in virtualenv got error <https://github.com/nazrulworld/plone.recipe.sublimetext/issues/8>`_


1.1.1 (2017-06-20)
Expand Down Expand Up @@ -36,4 +38,4 @@ Bugfixes:
------------------

- Initial release.
[nazrulworld]
[nazrulworld]
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[bdist_wheel]
universal = 1
[isort]
# for details see
# http://docs.plone.org/develop/styleguide/python.html#grouping-and-sorting
Expand All @@ -8,5 +10,5 @@ line_length = 200
not_skip = __init__.py

[zest.releaser]
create-wheel = no
register = yes
create-wheel = yes
register = yes

0 comments on commit bb5e0a2

Please sign in to comment.