File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 - name : Upload sdist
200200 uses : actions/upload-artifact@v4
201201 with :
202- name : wheels
202+ name : wheels-sdist
203203 path : dist
204204
205205 release :
Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ maintainers = [
2020 {
name =
" Gavin Peacock" ,
email =
" [email protected] " }
2121]
2222urls = {homepage = " https://contentauthenticity.org" , repository = " https://github.com/contentauth/c2pa-python" }
23+ dependencies = [
24+ " wheel>=0.41.2" ,
25+ " setuptools>=68.0.0" ,
26+ " toml>=0.10.2" ,
27+ " pytest>=7.4.0" ,
28+ " cryptography>=41.0.0" ,
29+ " requests>=2.0.0"
30+ ]
2331
2432[project .optional-dependencies ]
2533test = [
Original file line number Diff line number Diff line change @@ -202,9 +202,4 @@ def find_available_platforms():
202202 long_description = open ("README.md" ).read (),
203203 long_description_content_type = "text/markdown" ,
204204 python_requires = ">=3.7" ,
205- install_requires = [
206- line .strip ()
207- for line in open ("requirements.txt" )
208- if line .strip () and not line .startswith ("#" )
209- ],
210205)
You can’t perform that action at this time.
0 commit comments