Closed
Description
Is your feature request related to a problem? Please describe.
The setup.py
file is still acceptable, but the standard in python is now the pyproject.toml files.
Describe the solution you'd like
- Create the pyproject.toml and delete the setup.py file. The library should be running just like before, no breaking changes.
- Add configuration commands for linters (i.e. black, pylint, etc) and remove the hidden files (files that starts with a "dot").
Additional context
Useful links to base the solution on:
- ...
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Closed