Skip to content

Commit 30531ef

Browse files
committed
Add wheel and released 0.6.3 with HOTFIX
1 parent 3b398dc commit 30531ef

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test: pep8
1212

1313
.PHONY: sdist
1414
sdist: test
15-
@python setup.py sdist upload
15+
@python setup.py sdist bdist_wheel upload
1616

1717
.PHONY: clean
1818
clean:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Build Status](https://travis-ci.org/rochacbruno/flasgger.svg?branch=master)](https://travis-ci.org/rochacbruno/flasgger)
55
[![Code Health](https://landscape.io/github/rochacbruno/flasgger/master/landscape.svg?style=flat)](https://landscape.io/github/rochacbruno/flasgger/master)
66
[![Coverage Status](https://coveralls.io/repos/github/rochacbruno/flasgger/badge.svg?branch=master)](https://coveralls.io/github/rochacbruno/flasgger?branch=master)
7+
[![PyPI](https://img.shields.io/pypi/v/flasgger.svg)](https://pypi.python.org/pypi/flasgger)
78
<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=rochacbruno%40gmail%2ecom&amp;lc=BR&amp;item_name=Flasgger&amp;no_note=0&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest"><img alt='Donate with Paypal' src='http://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif' /></a>
89

910

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ flex
1616
coveralls
1717
pytest-cov
1818
decorator
19+
wheel
1920

2021
# install flasgger itself as editable
2122
-e .

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

0 commit comments

Comments
 (0)