Skip to content

Commit

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

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

0 comments on commit 59bdc61

Please sign in to comment.