mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-22 16:14:20 +01:00
4
setup.py
4
setup.py
@@ -8,7 +8,7 @@ def read_requirements():
|
||||
|
||||
|
||||
try:
|
||||
libinfo_py = path.join('gptdeploy', '__init__.py')
|
||||
libinfo_py = path.join('src', '__init__.py')
|
||||
libinfo_content = open(libinfo_py, 'r', encoding='utf8').readlines()
|
||||
version_line = [l.strip() for l in libinfo_content if l.startswith('__version__')][
|
||||
0
|
||||
@@ -33,7 +33,7 @@ setup(
|
||||
scripts=['gptdeploy.py'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'gptdeploy = gptdeploy:main',
|
||||
'gptdeploy = src:main',
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user