Skip to content

Commit

Permalink
Shifting name.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Jan 17, 2025
1 parent 5b9797f commit 4398a63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
long_description = fh.read()

setup(
name="lang2pddl",
version="0.1.6",
name="l2p",
version="0.1.7",
packages=find_packages(exclude=["tests"]),
description="Library to connect LLMs and planning tasks",
long_description=long_description,
long_description_content_type="text/markdown",
author="Marcus Tantakoun",
author_email="mtantakoun@gmail.com",
author="Marcus Tantakoun, Christian Muise",
author_email="mtantakoun@gmail.com, christian.muise@gmail.com",
install_requires=["retry", "pddl", "typing_extensions"],
license="MIT",
url="https://github.com/AI-Planning/l2p",
Expand Down

0 comments on commit 4398a63

Please sign in to comment.