Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: third_party/tlslite/setup.py

Issue 858373002: Update third_party/tlslite to 0.4.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finish fixing client auth Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 # Author: Trevor Perrin 3 # Author: Trevor Perrin
4 # See the LICENSE file for legal information regarding use of this file. 4 # See the LICENSE file for legal information regarding use of this file.
5 5
6 from distutils.core import setup 6 from distutils.core import setup
7 7
8 setup(name="tlslite", 8 setup(name="tlslite",
9 version="0.4.6", 9 version="0.4.8",
10 author="Trevor Perrin", 10 author="Trevor Perrin",
11 author_email="tlslite@trevp.net", 11 author_email="tlslite@trevp.net",
12 url="http://trevp.net/tlslite/", 12 url="http://trevp.net/tlslite/",
13 description="tlslite implements SSL and TLS.", 13 description="tlslite implements SSL and TLS.",
14 license="public domain and BSD", 14 license="public domain and BSD",
15 scripts=["scripts/tls.py", "scripts/tlsdb.py"], 15 scripts=["scripts/tls.py", "scripts/tlsdb.py"],
16 packages=["tlslite", "tlslite.utils", "tlslite.integration"],) 16 packages=["tlslite", "tlslite.utils", "tlslite.integration"],)
OLDNEW
« no previous file with comments | « third_party/tlslite/patches/tls_intolerant.patch ('k') | third_party/tlslite/tlslite/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698