Skip to content

Commit

Permalink
Merge pull request #87 from konstin/fix-setup-py
Browse files Browse the repository at this point in the history
Small setup.py fixes
  • Loading branch information
mortonjt authored Jan 25, 2021
2 parents 033bd7e + e2e8a2c commit ab48e4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
'pytorch-lightning>=0.8.1',
'matplotlib',
'pillow',
'biopython>=1.78,<2.0'
],
scripts=glob('scripts/*'),
classifiers=classifiers,
package_data={})
package_data={
'deepblast': ['pretrained_models/lstm2x.pt'],
})

0 comments on commit ab48e4f

Please sign in to comment.