Skip to content

Commit

Permalink
Merge pull request #9 from IBM/v.0.0.13
Browse files Browse the repository at this point in the history
V.0.0.13
  • Loading branch information
RaulFD-creator authored Jul 17, 2024
2 parents 1a830ed + afb394f commit 8e3b6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

"""The setup script."""
import os
from setuptools import setup, find_packages
from pathlib import Path

Expand Down Expand Up @@ -42,12 +41,13 @@
long_description=readme + '\n\n',
include_package_data=True,
keywords='hestia',
data_files=[('hestia/utils/mmseqs_fake_prefilter.sh')],
name='hestia-ood',
packages=find_packages(),
long_description_content_type="text/markdown",
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/IBM/Hestia-OOD',
version='0.0.12',
version='0.0.14',
zip_safe=False,
)

0 comments on commit 8e3b6b6

Please sign in to comment.