Skip to content

Commit

Permalink
Update release files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-v-diaz committed Jul 16, 2014
1 parent 4545d00 commit c20fd4a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
31 changes: 31 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,31 @@
include AUTHORS.txt
include LICENSE.txt
include METADATA.md
include README.rst
include SECURITY.md
include tox.ini
include tests/repository_data/keystore/delegation_key
include tests/repository_data/keystore/root_key
include tests/repository_data/keystore/snapshot_key
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
recursive-include docs/images *.png
recursive-include examples *
recursive-include tests *.py
recursive-include tests *.pem
recursive-include tests *.json
recursive-include tests *.txt
recursive-include tests *.cfg
recursive-include tests *.coveragerc
recursive-include tests *.gz
recursive-include tests *.pub
recursive-include tuf *.gitignore
recursive-include tuf *.md
recursive-include tuf *.rst
recursive-include tuf *.yml
8 changes: 8 additions & 0 deletions setup.cfg
@@ -0,0 +1,8 @@
[wheel]
universal = 1

[check-manifest]
ignore =
dev-requirements.txt
.travis.yml
.coveragerc
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -75,10 +75,14 @@
'tools': ['pycrypto>=2.6.1', 'pynacl>=0.2.3']
}

with open('README.rst') as file_object:
long_description = file_object.read()

setup(
name = 'tuf',
version = '0.7.5',
version = '0.9.8',
description = 'A secure updater framework for Python',
long_description = long_description,
author = 'http://www.theupdateframework.com',
author_email = 'theupdateframework@googlegroups.com',
url = 'http://www.theupdateframework.com',
Expand Down

0 comments on commit c20fd4a

Please sign in to comment.