File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=68.0" , " setuptools-scm>=8.0 " ]
2+ requires = [" setuptools>=68.0" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -8,7 +8,7 @@ version = "0.3.0"
88description = " Chunked, resumable, encrypted pipe to S3-compatible object storage"
99readme = " README.md"
1010requires-python = " >=3.10"
11- license = { text = " Elastic-2.0" }
11+ license = " Elastic-2.0"
1212authors = [
1313 {name = " Site Reliability Enby" },
1414]
@@ -21,7 +21,6 @@ classifiers = [
2121 " Environment :: Console" ,
2222 " Intended Audience :: System Administrators" ,
2323 " Intended Audience :: Developers" ,
24- " License :: Other/Proprietary License" ,
2524 " Operating System :: POSIX" ,
2625 " Operating System :: MacOS" ,
2726 " Programming Language :: Python :: 3" ,
@@ -51,3 +50,6 @@ dev = [
5150 " moto[s3]>=4.0" ,
5251 " pytest-asyncio>=0.21" ,
5352]
53+
54+ [tool .setuptools .packages .find ]
55+ include = [" s3duct*" ]
You can’t perform that action at this time.
0 commit comments