Skip to content

Commit

Permalink
Merge branch 'main' into ltbio_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jomy-kk authored Mar 10, 2024
2 parents 8882ae9 + b6082dc commit d156956
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ wrapt==1.14.1
xarray==2023.12.0
xmltodict==0.13.0
zipp==3.8.1
zope.interface==6.0
zope.interface==6.0
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
with open("README.md", "r", encoding = "utf-8") as fh:
long_description = fh.read()

with open('requirements.txt') as f:
requirements = f.read().splitlines()

print("Installing dependencies...\n", requirements)

setup(
name='LongTermBiosignals',
version='1.0.1',
packages=find_packages(where="src"),
package_dir={'': 'src'},
package_data={'': ['src', 'requirements.txt']},
install_requires=requirements,
url='https://github.com/jomy-kk/IT-LongTermBiosignals',
license='',
author='João Saraiva, Mariana Abreu',
Expand Down

0 comments on commit d156956

Please sign in to comment.