Skip to content

Clean up Python setup #340

@Yarik-Popov

Description

@Yarik-Popov

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions