@@ -12,32 +12,33 @@ readme = "README.md"
12
12
homepage = " https://github.com/CycloneDX/cyclonedx-python-lib"
13
13
repository = " https://github.com/CycloneDX/cyclonedx-python-lib"
14
14
packages = [
15
- { include = " cyclonedx" }
15
+ { include = " cyclonedx" }
16
16
]
17
17
include = [
18
- " LICENSE" ,
18
+ { path = " tests" , format = " sdist" },
19
+ " LICENSE" ,
19
20
]
20
21
classifiers = [
21
- # Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier
22
- # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
23
- ' Development Status :: 5 - Production/Stable' ,
24
- ' Intended Audience :: Developers' ,
25
- ' Intended Audience :: Information Technology' ,
26
- ' Intended Audience :: Legal Industry' ,
27
- ' Intended Audience :: System Administrators' ,
28
- ' Topic :: Security' ,
29
- ' Topic :: Software Development' ,
30
- ' Topic :: System :: Software Distribution' ,
31
- ' License :: OSI Approved :: Apache Software License' ,
32
- ' Programming Language :: Python :: 3.6' ,
33
- ' Programming Language :: Python :: 3.7' ,
34
- ' Programming Language :: Python :: 3.8' ,
35
- ' Programming Language :: Python :: 3.9' ,
36
- ' Programming Language :: Python :: 3.10' ,
37
- ' Typing :: Typed'
22
+ # Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier
23
+ # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
24
+ ' Development Status :: 5 - Production/Stable' ,
25
+ ' Intended Audience :: Developers' ,
26
+ ' Intended Audience :: Information Technology' ,
27
+ ' Intended Audience :: Legal Industry' ,
28
+ ' Intended Audience :: System Administrators' ,
29
+ ' Topic :: Security' ,
30
+ ' Topic :: Software Development' ,
31
+ ' Topic :: System :: Software Distribution' ,
32
+ ' License :: OSI Approved :: Apache Software License' ,
33
+ ' Programming Language :: Python :: 3.6' ,
34
+ ' Programming Language :: Python :: 3.7' ,
35
+ ' Programming Language :: Python :: 3.8' ,
36
+ ' Programming Language :: Python :: 3.9' ,
37
+ ' Programming Language :: Python :: 3.10' ,
38
+ ' Typing :: Typed' ,
38
39
]
39
40
keywords = [
40
- " BOM" , " SBOM" , " SCA" , " OWASP"
41
+ " BOM" , " SBOM" , " SCA" , " OWASP" ,
41
42
]
42
43
43
44
[tool .poetry .urls ]
@@ -77,7 +78,7 @@ build-backend = "poetry.core.masonry.api"
77
78
78
79
[tool .semantic_release ]
79
80
version_variable = [
80
- " pyproject.toml:version"
81
+ " pyproject.toml:version"
81
82
]
82
83
branch = " main"
83
84
upload_to_pypi = true
0 commit comments