Explorar o código

Change development status to production/stable

Nuwan Goonasekera %!s(int64=4) %!d(string=hai) anos
pai
achega
327e330bed
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      setup.py
  2. 1 1
      tests/test_object_store_service.py

+ 1 - 1
setup.py

@@ -87,7 +87,7 @@ setup(
     packages=find_packages(),
     license='MIT',
     classifiers=[
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Console',
         'Intended Audience :: Developers',
         'Intended Audience :: System Administrators',

+ 1 - 1
tests/test_object_store_service.py

@@ -212,7 +212,7 @@ class CloudObjectStoreServiceTestCase(ProviderTestBase):
                         " access generated url")
                 else:
                     requests.put(url, data=content)
-                
+
                 obj = test_bucket.objects.get(obj_name)
                 obj_content = [content for content in obj.iter_content()]
                 self.assertEqual(obj_content[0], content)