Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaces setup.py with pyproject.toml and poetry #131

Merged
merged 4 commits into from
Dec 18, 2021
Merged

replaces setup.py with pyproject.toml and poetry #131

merged 4 commits into from
Dec 18, 2021

Conversation

akhanf
Copy link
Member

@akhanf akhanf commented Dec 18, 2021

  • should fix dependency issues
  • still works with pip install
  • however for development-mode (pip install -e ) you will need to use:
    poetry install (and install poetry beforehand)
  • updates documentation to replace pip install -e with pip install from
    pypi

- should fix dependency issues
- still works with pip install
- however for development-mode (pip install -e ) you will need to use:
poetry install (and install poetry beforehand)
- updates documentation to replace pip install -e with pip install from
pypi
Merge remote-tracking branch 'origin/master' into pyproject
- rolls back to 0.5.0 temporarily (since merging this PR will change version to
0.6.0.pre)
- fixes to find/replace version in all files
- add deploy workflow
@akhanf
Copy link
Member Author

akhanf commented Dec 18, 2021

closes #122

@akhanf akhanf marked this pull request as ready for review December 18, 2021 01:52
@akhanf akhanf merged commit c1858ef into master Dec 18, 2021
@akhanf akhanf deleted the pyproject branch December 18, 2021 01:55
@akhanf akhanf added the maintenance Updates or improvements that do not change functionality of the code label Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Updates or improvements that do not change functionality of the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant