bug: Fix import issue in setup (#275)
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,14 +1,12 @@
|
|||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
import embedchain.version
|
|
||||||
|
|
||||||
|
|
||||||
with open("README.md", "r", encoding="utf-8") as fh:
|
with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="embedchain",
|
name="embedchain",
|
||||||
version=embedchain.version.__version__,
|
version="0.0.22",
|
||||||
author="Taranjeet Singh",
|
author="Taranjeet Singh",
|
||||||
author_email="reachtotj@gmail.com",
|
author_email="reachtotj@gmail.com",
|
||||||
description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501
|
description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501
|
||||||
|
|||||||
Reference in New Issue
Block a user