Skip to content

Commit

Permalink
add missing utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
erelsgl committed Oct 18, 2023
1 parent 0dd7c1c commit 1dca757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fairpyx/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3
Empty file added fairpyx/utils/__init__.py
Empty file.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
VERSION = (HERE / NAME / "VERSION").read_text().strip()
# See https://packaging.python.org/en/latest/guides/single-sourcing-package-version/

packages = setuptools.find_packages()
print ("packages: ", packages)

setuptools.setup(
name=NAME,
Expand Down

0 comments on commit 1dca757

Please sign in to comment.