Skip to content

Commit

Permalink
Add DEERPREdict/lib to PyPI package
Browse files Browse the repository at this point in the history
  • Loading branch information
gitesei committed Jul 13, 2021
1 parent 95f81bf commit ea769b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include README.md
include README.md
include DEERPREdict/lib/*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def find_version(*file_paths):
packages=find_packages(exclude=['docs', 'tests*']),
include_package_data=True,
author='João M Martins, Micha BA Kunze, Ramon Crehuet and Giulio Tesei',
author_email='[email protected]',
install_requires=install_requires,
depedency_links=dependency_links
)

0 comments on commit ea769b6

Please sign in to comment.