mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 23:24:20 +01:00
👩🔬 refactor: rename repo
This commit is contained in:
8
setup.py
8
setup.py
@@ -8,7 +8,7 @@ def read_requirements():
|
||||
|
||||
|
||||
try:
|
||||
libinfo_py = path.join('src', '__init__.py')
|
||||
libinfo_py = path.join('dev_gpt', '__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
|
||||
@@ -26,14 +26,14 @@ setup(
|
||||
long_description_content_type='text/markdown',
|
||||
author='Florian Hönicke',
|
||||
author_email='florian.hoenicke@jina.ai',
|
||||
url='https://github.com/jina-ai/gptdeploy',
|
||||
url='https://github.com/jina-ai/dev-gpt',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=read_requirements(),
|
||||
scripts=['gptdeploy.py'],
|
||||
scripts=['dev_gpt.py'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'gptdeploy = src:main',
|
||||
'dev-gpt = dev_gpt:main',
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user