diff options
| author | Scott Bahling <sbahling@suse.com> | 2020-02-03 09:04:28 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.com> | 2020-02-03 09:04:28 +0100 |
| commit | 2c3f27bbc42011ba97aa3960ad54a164c638a537 (patch) | |
| tree | fc59c78c33ae29e7a474812c21e922dadc7db7ae /setup.py | |
| parent | 7d82a916100a01b80a49bd60e92a5aa430e0829b (diff) | |
| download | obsapi-2c3f27bbc42011ba97aa3960ad54a164c638a537.tar.gz obsapi-2c3f27bbc42011ba97aa3960ad54a164c638a537.tar.xz obsapi-2c3f27bbc42011ba97aa3960ad54a164c638a537.zip | |
Disable retries for now
Probably should make this a configurable setting
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.7', ), # entry_points={ # 'console_scripts': [ |
