Advertisement
aidanozo

Untitled

Feb 16th, 2025
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.35 KB | None | 0 0
  1. [build-system]
  2. requires = [
  3.   "setuptools>=61.0",
  4.   "wheel"
  5. ]
  6. build-backend = "setuptools.build_meta"
  7.  
  8. [project]
  9. name = "nume_proiect"
  10. version = "0.1.0"
  11. description = "descriere"
  12. readme = "README.md"
  13. license = { text = "MIT" }
  14. authors = [
  15.   { name = "Autor", email = "email@exemplu.com" }
  16. ]
  17. dependencies = [
  18.   "requests>=2.25.1,<3.0.0"
  19. ]
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement