Tweaking to get package build working

This commit is contained in:
Cyber MacGeddon 2024-09-28 20:43:14 +01:00
parent 3ad2801cf2
commit d41ecfb861
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,10 @@ VERSION=0.11.5
DOCKER=podman DOCKER=podman
all: all: pkgs
pkgs:
pip3 wheel --no-deps --wheel-dir dist trustgraph-core/
# container # container

View file

@ -1,7 +1,7 @@
import setuptools import setuptools
import os import os
with open("README.md", "r") as fh: with open("../README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
version = "0.11.5" version = "0.11.5"