Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Add support for building universal wheel package
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Mar 5, 2017
1 parent 13503d9 commit 007b2d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes.rst
Expand Up @@ -4,6 +4,7 @@ Release Notes
1.3.4 (Mar 5, 2017)
-------------------

* Package is now built as a wheel and source package when releases is built.
* Fixed issues with some key types in `NodeManager.keyslot()`.
* Add support for `PUBSUB` subcommands `CHANNELS`, `NUMSUB [arg] [args...]` and `NUMPAT`.
* Add method `set_result_callback(command, callback)` allowing the default reply callbacks to be changed, in the same way `set_response_callback(command, callback)` inherited from Redis-Py does for responses.
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

0 comments on commit 007b2d3

Please sign in to comment.