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

@ -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"