Skip to content

Commit

Permalink
Fix typing issue for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Jan 13, 2021
1 parent ef9a82c commit a2b98f4
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
Expand Up @@ -5,7 +5,7 @@

setup(
name="jaxlie",
version="0.0.3",
version="0.0.4",
description="Matrix Lie groups in Jax",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -14,7 +14,7 @@
author_email="[email protected]",
license="MIT",
packages=find_packages(),
package_data={"liejax": ["py.typed"]},
package_data={"jaxlie": ["py.typed"]},
python_requires=">=3.6",
install_requires=[
"flax",
Expand Down

0 comments on commit a2b98f4

Please sign in to comment.