Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [build-system]
- requires = [
- "setuptools>=61.0",
- "wheel"
- ]
- build-backend = "setuptools.build_meta"
- [project]
- name = "nume_proiect"
- version = "0.1.0"
- description = "descriere"
- readme = "README.md"
- license = { text = "MIT" }
- authors = [
- { name = "Autor", email = "email@exemplu.com" }
- ]
- dependencies = [
- "requests>=2.25.1,<3.0.0"
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement