Closed shahid-0 closed 8 months ago
In this PR I have setup the pyproject toml file and also set maximum required python version in setup.py which resolves the mentioned issue.
Please delete options that are not relevant.
I have run pip install -e . and pip install -e .[dev] to test the changes
pip install -e .
pip install -e .[dev]
Description
In this PR I have setup the pyproject toml file and also set maximum required python version in setup.py which resolves the mentioned issue.
Fixes # (issue)
25
Please delete options that are not relevant.
Testing
I have run
pip install -e .
andpip install -e .[dev]
to test the changesChecklist