Wisdom Chen commited on
Commit
92b62b5
·
unverified ·
1 Parent(s): b955961

Create pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +9 -0
pyproject.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools>=69.0.0", "wheel>=0.42.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "amazon-multimodal-product-assistant"
7
+ version = "0.1.0"
8
+ description = "Amazon E-commerce Visual Assistant"
9
+ requires-python = ">=3.10"