Skip to content

Commit

Permalink
Another attempt to get the right package used.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Dec 11, 2024
1 parent 59bdc61 commit 46278c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@

setup(
name='lang2pddl',
version='0.1.2',
packages=find_packages(where='l2p'),
package_dir={'': 'l2p'},
version='0.1.3',
packages=find_packages(exclude=['tests']),
description='Library to connect LLMs and planning tasks',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 46278c8

Please sign in to comment.