mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Tweaking to get package build working
This commit is contained in:
parent
3ad2801cf2
commit
d41ecfb861
2 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import setuptools
|
||||
import os
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
with open("../README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
version = "0.11.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue