-
Notifications
You must be signed in to change notification settings - Fork 31
Labels
project: backendBackend tasksBackend tasks
Description
Background
We have several files for setting up and managing the python project. This makes it tedious to manage. This task is to consolidate the files together.
Requirements
The requirements.txt can be move to either pyproject.toml or setup.cfg and the other should be removed. Better to use pyproject.toml as it is considered a newer version of setup.cfg
You will need to consolidate the following files:
- pyproject.toml
- setup.py
- setup.cfg
- requirements.txt
Important Information
Have a look at #272 on how it was all setup originally
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
project: backendBackend tasksBackend tasks