Skip to content

replace setup.py with pyproject.toml#22

Open
emiddell wants to merge 2 commits intoBUNPC:mainfrom
emiddell:main
Open

replace setup.py with pyproject.toml#22
emiddell wants to merge 2 commits intoBUNPC:mainfrom
emiddell:main

Conversation

@emiddell
Copy link

The setup.py script retrieved the current version from snirf2bids/__version__.py. Importing this loads snirf2bids/__init__.py which depends on all of snirf2bids dependencies. Hence, you cannot run setup.py without having all dependencies already installed.

This PR replaces setup.py with pyproject.tom and retrieves the current version from git tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant