More package hacking

This commit is contained in:
Cyber MacGeddon 2024-09-30 17:31:45 +01:00
parent 256c115bde
commit dc45babbb9
210 changed files with 20 additions and 126 deletions

View file

@ -25,7 +25,6 @@ setuptools.setup(
url="https://github.com/trustgraph-ai/trustgraph",
packages=setuptools.find_namespace_packages(
where='./',
# include=['trustgraph.core']
),
classifiers=[
"Programming Language :: Python :: 3",
@ -35,7 +34,8 @@ setuptools.setup(
python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[
"trustgraph-core",
"trustgraph-base",
"trustgraph-flow",
"torch",
"urllib3",
"transformers",