Skip to content

Commit

Permalink
Merge pull request #309 from vladimir-v-diaz/develop
Browse files Browse the repository at this point in the history
Update `tox.ini` and `setup.py`
  • Loading branch information
vladimir-v-diaz committed Jan 22, 2016
2 parents ddec8ab + 2517bd1 commit 5a7acd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ include tests/repository_data/keystore/targets_key
include tests/repository_data/keystore/timestamp_key
include tuf/_vendor/ed25519/test_data/ed25519
include tuf/_vendor/ed25519/LICENSE
include tuf/_vendor/iso8601/LICENSE

recursive-include docs *.txt
recursive-include docs/papers *.pdf
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@

setup(
name = 'tuf',
version = '0.9.9',
version = '0.10.0',
description = 'A secure updater framework for Python',
long_description = long_description,
author = 'http://www.theupdateframework.com',
author = 'https://www.updateframework.com',
author_email = 'theupdateframework@googlegroups.com',
url = 'http://www.theupdateframework.com',
url = 'https://www.updateframework.com',
keywords = 'update updater secure authentication key compromise revocation',
classifiers = [
'Development Status :: 4 - Beta',
Expand All @@ -101,9 +101,9 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Security',
'Topic :: Software Development'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py33, py34
envlist = py26, py27, py33, py34, py35

[testenv]
changedir = tests
Expand Down

0 comments on commit 5a7acd5

Please sign in to comment.