generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed llamaindex-learning to llamaindex-project
- Loading branch information
Santiago Olivar
committed
Feb 17, 2024
1 parent
86f8172
commit 96705fb
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,20 +12,20 @@ Now, the presence of a `setup.py` file is your project's golden ticket, especial | |
|
||
In a nutshell, doing this the right way allows you to treat your code just like any other Python library. The real magic happens when you realize you can seamlessly manage your source control and develop your code within the container. Everything neatly in the same place! | ||
|
||
The next `setup.py` file was gotten from our [*llamaindex-learning repository.*](https://github.com/bubl-ai/llamaindex-learning/blob/main/setup.py) | ||
The next `setup.py` file was gotten from our [*llamaindex-project repository.*](https://github.com/bubl-ai/llamaindex-project/blob/main/setup.py) | ||
|
||
```python | ||
from setuptools import setup, find_packages | ||
|
||
setup( | ||
name='llamaindex_project', | ||
name='llamaindex-project', | ||
version='0.1.0', | ||
author= 'Santiago Olivar', | ||
author_email='[email protected]', | ||
description='', | ||
long_description=open('README.md').read(), | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/bubl-ai/llamaindex-learning', | ||
url='https://github.com/bubl-ai/llamaindex-project', | ||
license='MIT', | ||
classifiers=[ | ||
'Development Status ::Planning', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters