Skip to content

Commit

Permalink
Fix setup metadata.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 393156571
  • Loading branch information
dbudden authored and copybara-github committed Aug 26, 2021
1 parent ad218fd commit 26faabd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clrs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from clrs._src.specs import Stage
from clrs._src.specs import Type

__version__ = "0.0.1"
__version__ = "0.0.2"

__all__ = (
"build_sampler",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ def _parse_requirements(path):
url='https://github.com/deepmind/clrs',
license='Apache 2.0',
author='DeepMind',
description=('A library of reinforcement learning building blocks in JAX.'),
description=('The CLRS Algorithmic Reasoning Benchmark.'),
long_description=open(os.path.join(_CURRENT_DIR, 'README.md')).read(),
long_description_content_type='text/markdown',
author_email='[email protected]',
keywords='reinforcement-learning python machine learning',
keywords='python machine learning',
packages=find_namespace_packages(exclude=['*_test.py']),
install_requires=_parse_requirements(
os.path.join(_CURRENT_DIR, 'requirements', 'requirements.txt')),
Expand Down

0 comments on commit 26faabd

Please sign in to comment.