diff options
author | Frederic Lepied <frederic.lepied@enovance.com> | 2014-04-26 23:34:58 +0200 |
---|---|---|
committer | Frederic Lepied <frederic.lepied@enovance.com> | 2014-05-20 16:42:10 +0200 |
commit | 628c541a693ce39a524191250f93c967aef0dba5 (patch) | |
tree | b14db79d7e8062e4ca1c62e0a11abd3bc985fe27 /setup.cfg | |
parent | f2e0610628bf646003c40668adfa5a6c4318cbc3 (diff) | |
download | python-glanceclient-628c541a693ce39a524191250f93c967aef0dba5.tar.gz |
Finalize Python3 support
Set the environment variable PYTHONHASHSEED to 0 to have
predictive tests under Python 3.
Change-Id: Ia15a9383e0f20bd0e4572e9f9b9772f1704dff86
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.3 [files] packages = |