girder-client 3.2.9.dev27__tar.gz → 3.2.10.dev6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: girder-client
3
- Version: 3.2.9.dev27
3
+ Version: 3.2.10.dev6
4
4
  Summary: Python client for interacting with Girder servers
5
5
  Home-page: http://girder.readthedocs.org/en/latest/python-client.html
6
6
  Author: Kitware, Inc.
@@ -8,7 +8,6 @@ Author-email: kitware@kitware.com
8
8
  License: Apache 2.0
9
9
  Classifier: Development Status :: 5 - Production/Stable
10
10
  Classifier: Environment :: Console
11
- Classifier: License :: OSI Approved :: Apache Software License
12
11
  Classifier: Operating System :: OS Independent
13
12
  Classifier: Programming Language :: Python :: 3
14
13
  Requires-Python: >=3.8
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: girder-client
3
- Version: 3.2.9.dev27
3
+ Version: 3.2.10.dev6
4
4
  Summary: Python client for interacting with Girder servers
5
5
  Home-page: http://girder.readthedocs.org/en/latest/python-client.html
6
6
  Author: Kitware, Inc.
@@ -8,7 +8,6 @@ Author-email: kitware@kitware.com
8
8
  License: Apache 2.0
9
9
  Classifier: Development Status :: 5 - Production/Stable
10
10
  Classifier: Environment :: Console
11
- Classifier: License :: OSI Approved :: Apache Software License
12
11
  Classifier: Operating System :: OS Independent
13
12
  Classifier: Programming Language :: Python :: 3
14
13
  Requires-Python: >=3.8
@@ -1,4 +1,5 @@
1
1
  README.rst
2
+ pyproject.toml
2
3
  setup.py
3
4
  girder_client/__init__.py
4
5
  girder_client/cli.py
@@ -0,0 +1,6 @@
1
+ [build-system]
2
+ requires = ["setuptools", "setuptools-scm"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [tool.setuptools_scm]
6
+ fallback_version = "0.0.0"
@@ -43,7 +43,6 @@ setup(
43
43
  classifiers=[
44
44
  'Development Status :: 5 - Production/Stable',
45
45
  'Environment :: Console',
46
- 'License :: OSI Approved :: Apache Software License',
47
46
  'Operating System :: OS Independent',
48
47
  'Programming Language :: Python :: 3'
49
48
  ],