diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-08 10:06:40 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-08 10:06:40 -0700 |
| commit | 68570abce665a4085931836c386e5d071d2af3ba (patch) | |
| tree | ef1eb0a2c12db184d58bfde7ea04e63e267e12d9 /setup.py | |
| parent | 81946f34f82d8ce31ec2123f6b547774c659ee0f (diff) | |
| download | ecdsa-68570abce665a4085931836c386e5d071d2af3ba.tar.gz | |
Declare Python 3.4 support in setup.py
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,5 +49,6 @@ setup(name="ecdsa", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", ], ) |
