Skip to content

Conversation

@davidt0x
Copy link
Contributor

@davidt0x davidt0x commented Mar 18, 2021

Placing the modeci_mdf package under src/ directory helps prevent
accidentally testing against the local directory pacakge versus
the installed package. This pull request also changes naming of modules to conform with PEP 8.

Devolopers should install the pacakge with -e to get an editable
install. For example:

pip install -e .[dev]

Closes #31, #33

Placing the modeci_mdf package under src/ directory helps prevent
accidentally testing against the local directory pacakge versus
the installed package.

Devolopers should install the pacakge with -e to get an editable
install. For example:

pip install -e .[dev]
@davidt0x davidt0x merged commit b8555bc into development Mar 18, 2021
@davidt0x davidt0x deleted the move_to_src branch March 18, 2021 17:07
This was linked to issues Mar 18, 2021
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.

Conform to PEP8 module name conventions Move package to src/

2 participants