mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01: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
5
Makefile
5
Makefile
|
|
@ -4,7 +4,10 @@ VERSION=0.11.5
|
|||
|
||||
DOCKER=podman
|
||||
|
||||
all:
|
||||
all: pkgs
|
||||
|
||||
pkgs:
|
||||
pip3 wheel --no-deps --wheel-dir dist trustgraph-core/
|
||||
|
||||
# container
|
||||
|
||||
|
|
|
|||
|
|
@ -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