Skip to content

Commit 5a7acd5

Browse files
Merge pull request #309 from vladimir-v-diaz/develop
Update `tox.ini` and `setup.py`
2 parents ddec8ab + 2517bd1 commit 5a7acd5

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ include tests/repository_data/keystore/targets_key
1111
include tests/repository_data/keystore/timestamp_key
1212
include tuf/_vendor/ed25519/test_data/ed25519
1313
include tuf/_vendor/ed25519/LICENSE
14-
include tuf/_vendor/iso8601/LICENSE
1514

1615
recursive-include docs *.txt
1716
recursive-include docs/papers *.pdf

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080

8181
setup(
8282
name = 'tuf',
83-
version = '0.9.9',
83+
version = '0.10.0',
8484
description = 'A secure updater framework for Python',
8585
long_description = long_description,
86-
author = 'http://www.theupdateframework.com',
86+
author = 'https://www.updateframework.com',
8787
author_email = 'theupdateframework@googlegroups.com',
88-
url = 'http://www.theupdateframework.com',
88+
url = 'https://www.updateframework.com',
8989
keywords = 'update updater secure authentication key compromise revocation',
9090
classifiers = [
9191
'Development Status :: 4 - Beta',
@@ -101,9 +101,9 @@
101101
'Programming Language :: Python :: 2.6',
102102
'Programming Language :: Python :: 2.7',
103103
'Programming Language :: Python :: 3',
104-
'Programming Language :: Python :: 3.2',
105104
'Programming Language :: Python :: 3.3',
106105
'Programming Language :: Python :: 3.4',
106+
'Programming Language :: Python :: 3.5',
107107
'Programming Language :: Python :: Implementation :: CPython',
108108
'Topic :: Security',
109109
'Topic :: Software Development'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py33, py34
7+
envlist = py26, py27, py33, py34, py35
88

99
[testenv]
1010
changedir = tests

0 commit comments

Comments
 (0)