latest pushes

This commit is contained in:
Ronaldson Bellande 2024-11-21 14:44:41 -05:00
parent 053174ae7d
commit c42fe5722f

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
with open("README.md", "r", encoding="utf-8") as fh:
with open("../../README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(