Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raylu committed Jul 19, 2024
1 parent c6aa970 commit 9ef0b88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
(root_dir / '__main__.py').rename(dool_dir / '__main__.py')
(root_dir / 'plugins').rename(dool_dir / 'plugins')

print(root_dir, os.listdir(root_dir))
print(dool_dir, os.listdir(dool_dir))
import dool.__main__

(dool_dir / '__init__.py').write_text(f'"""{dool.__main__.__doc__}"""\n\n__version__ = "{dool.__main__.__version__}"')
Expand Down

0 comments on commit 9ef0b88

Please sign in to comment.