Merge pull request #647 from anthrotype/pypi

[Travis] auto deploy to PyPI on tags
This commit is contained in:
Cosimo Lupo 2016-08-06 13:27:21 +01:00 committed by GitHub
commit c4df73beb6
3 changed files with 14 additions and 1 deletions

View File

@ -50,3 +50,14 @@ script:
notifications:
irc: "irc.freenode.org##fonts"
email: fonttools@googlegroups.com
deploy:
provider: pypi
user: anthrotype
password:
secure: fQa02lfqw+ESpDbyI61rM+2rEbVIRmzU6wOk6JoukLszREKIx1N3azxnH5gTY6BUTcDZ9HuSiBKFfZylvdHRm+tfhncZJmFBs+xwOtUbnxsZIt7P0UsMKO3WRHAjJd51Ma3KaJrcBIqYBe3FiSb9ZH5dSnDHg5z/vET0S7kufC8=
distributions: "sdist bdist_wheel"
on:
tags: true
repo: behdad/fonttools
condition: $TOXENV = py35

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[wheel]
universal = 1

View File

@ -50,7 +50,7 @@ TrueType/OpenType fonts to and from an XML-based format.
setup(
name = "fonttools",
version = "3.0",
version = "3.1",
description = "Tools to manipulate font files",
author = "Just van Rossum",
author_email = "just@letterror.com",