Skip to content

Commit

Permalink
🎈fix: rename entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-hoenicke committed May 4, 2023
1 parent d1f3890 commit b5bbaf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read_requirements():
packages=find_packages(),
include_package_data=True,
install_requires=read_requirements(),
scripts=['dev_gpt.py'],
scripts=['main.py'],
entry_points={
'console_scripts': [
'dev-gpt = dev_gpt:main',
Expand Down

0 comments on commit b5bbaf8

Please sign in to comment.