spdx-python-model 0.0.2__tar.gz → 0.0.3__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,21 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spdx_python_model
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: SPDX Model Python Bindings
5
5
  Project-URL: Homepage, https://github.com/spdx/spdx-python-model
6
6
  Project-URL: Repository, https://github.com/spdx/spdx-python-model.git
7
7
  Project-URL: Issues, https://github.com/spdx/spdx-python-model/issues
8
8
  Author-email: Joshua Watt <JPEWhacker@gmail.com>
9
+ License-Expression: Apache-2.0
9
10
  License-File: LICENSE
10
11
  Classifier: Development Status :: 4 - Beta
11
12
  Classifier: Intended Audience :: Developers
12
- Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
- Classifier: Topic :: Software Development :: Build Tools
18
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
19
  Requires-Python: >=3.9
20
20
  Provides-Extra: dev
21
21
  Requires-Dist: pytest>=7.4; extra == 'dev'
@@ -11,14 +11,14 @@ readme = "README.md"
11
11
  classifiers = [
12
12
  "Development Status :: 4 - Beta",
13
13
  "Intended Audience :: Developers",
14
- "Topic :: Software Development :: Build Tools",
15
- "License :: OSI Approved :: MIT License",
14
+ "Topic :: Software Development :: Libraries :: Python Modules",
16
15
  "Programming Language :: Python :: 3",
17
16
  "Programming Language :: Python :: 3.9",
18
17
  "Programming Language :: Python :: 3.10",
19
18
  "Programming Language :: Python :: 3.11",
20
19
  "Programming Language :: Python :: 3.12",
21
20
  ]
21
+ license = "Apache-2.0"
22
22
 
23
23
  [project.optional-dependencies]
24
24
  dev = [
@@ -34,7 +34,7 @@ Issues = "https://github.com/spdx/spdx-python-model/issues"
34
34
  requires = [
35
35
  "hatchling",
36
36
  "hatch-build-scripts",
37
- "shacl2code == 0.0.21",
37
+ "shacl2code == 0.0.22",
38
38
  ]
39
39
  build-backend = "hatchling.build"
40
40