Skip to content

BLD: change setup.py to pyproject.toml #578

Closed
@Gui-FernandesBR

Description

@Gui-FernandesBR

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

Labels

Type

No type

Projects

Status

Closed

Relationships

None yet

Development

No branches or pull requests

Issue actions