Skip to content

Commit

Permalink
Refactor file structure and imports for doc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeem4 committed Oct 27, 2024
1 parent 3cd4a2c commit 4122c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="docstring_generator",
version="1.0.0",
description="A tool to add docstrings to Python code using LLMs.",
long_description=open("../README.md").read(),
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author="Nadeem Khan",
author_email="[email protected]",
Expand All @@ -21,7 +21,7 @@
],
entry_points={
"console_scripts": [
"generate_docstring=docstring_generator.cli:main",
"generate_docstring=doc_generator.cli:main",
],
},
classifiers=[
Expand Down

0 comments on commit 4122c15

Please sign in to comment.