()
| 5 | |
| 6 | # Reading the long description from README.md |
| 7 | def read_long_description(): |
| 8 | try: |
| 9 | return Path("README.md").read_text(encoding="utf-8") |
| 10 | except FileNotFoundError: |
| 11 | return "DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)" |
| 12 | |
| 13 | |
| 14 | # Retrieving metadata from __init__.py |