Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Taniya-Das committed Nov 14, 2024
1 parent f398198 commit cba7d22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

setuptools.setup(name="openml-tensorflow",
version='1.0.0',
author="Taniya Das, Prabhant Singh",
author_email="taniyatd30@gmail.com, prabhantsingh@gmail.com",
author="Prabhant Singh, Taniya Das",
author_email="prabhantsingh@gmail.com, taniyatd30@gmail.com",
maintainer="Taniya Das",
maintainer_email="[email protected]",
description="Tensorflow extension for Openml python API",
Expand All @@ -36,7 +36,8 @@
include=['openml_tensorflow*', 'openml_tensorflow'],
exclude=["*.tests", "*.tests.*", "tests.*", "tests"],
),
package_data={'': ['*.txt', '*.md']},
package_data={'': ['*.txt', '*.md', 'docker/*', 'docs/*']},
include_package_data=True,
python_requires=">=3.5",
install_requires=[
'openml',
Expand Down

0 comments on commit cba7d22

Please sign in to comment.