Skip to content

Commit

Permalink
[BugFix] solve package finding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Jun 21, 2023
1 parent 1e99776 commit 2dd7fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
include = ['rl4co']
include = ['rl4co*']

# Automatically determine version from package
[tool.setuptools.dynamic]
Expand Down
2 changes: 1 addition & 1 deletion rl4co/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3.dev0"
__version__ = "0.0.3.dev1"

0 comments on commit 2dd7fe7

Please sign in to comment.