Skip to content

Commit

Permalink
Fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
wctsai20002 committed Jul 29, 2024
1 parent c22f180 commit 245c92a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repository2prompt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .config import CONFIG
from .utils import github_api, input_handler, file_processor, output_formatter

__all__ = ['Repository2Prompt', 'CONFIG', 'github_api', 'input_handler', 'file_processor', 'output_formatter']
__all__ = ['Repository2Prompt', 'CONFIG']
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/wctsai20002/repository2prompt",
packages=find_packages(),
packages=find_packages(include=['repository2prompt', 'repository2prompt.*']),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 245c92a

Please sign in to comment.