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

Make sure all files are bundled correctly #13

Merged
merged 1 commit into from
Apr 2, 2020
Merged

Make sure all files are bundled correctly #13

merged 1 commit into from
Apr 2, 2020

Conversation

standage
Copy link
Member

@standage standage commented Apr 2, 2020

Updated setup.py and MANIFEST.in to make sure all relevant code and files are bundled with the package. Closes #12.

Confirmed with the following.

conda create --name TESTENV -y python=3.7 pytest pytest-cov
conda activate TESTENV
pip install git+https://github.com/bioforensics/lusSTR.git@fixfiles
pytest --cov=lusSTR --pyargs lusSTR
ls -lhp ~/anaconda3/envs/TESTENV/lib/python3.7/site-packages/lusSTR/
ls -lhp ~/anaconda3/envs/TESTENV/lib/python3.7/site-packages/lusSTR/tests/

@standage standage requested a review from rnmitchell April 2, 2020 16:17
Copy link
Contributor

@rnmitchell rnmitchell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@rnmitchell rnmitchell merged commit 5e7ea3d into master Apr 2, 2020
@standage standage deleted the fixfiles branch August 7, 2020 19:18
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.

Metadata and tests not included
2 participants