Как мне переключиться с setuptools на uv?
Если мой проект имеет такую конфигурацию файла:
Код: Выделить всё
my_project
├── my_project
│ └── hello.py
├── tests
│ └── test_hello.py
├── Makefile
├── README.md
├── requirements.txt
└── setup.py
Подробнее здесь: https://stackoverflow.com/questions/791 ... py-setupto