Skip to content

Commit

Permalink
Prepare to upload wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Mar 12, 2014
1 parent 853453c commit ece5db1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you are upgrading an existing installation, read :ref:`the instructions <upgr
* Feature: Allow transparently downloading and caching packages from pypi (:sha:`e4dabc7`)
* Feature: Export/Import access-control data via ``ppc-export`` and ``ppc-import`` (:sha:`dbd2a16`)
* Feature: Can set default read/write permissions for packages (:sha:`c9aa57b`)
* Feature: New cache backend: DynamoDB
* Feature: New cache backend: DynamoDB (:sha:`d9d3092`)
* Hosting all js & css ourselves (no more CDN links) (:sha:`20e345c`)
* Obligatory miscellaneous refactoring

Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ moto
flywheel>=0.2.0rc2
tox
bumpversion
wheel
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
match = ^test
with-dynamo=true
dynamo-port=8005

[wheel]
universal = 1

0 comments on commit ece5db1

Please sign in to comment.