opnsense-ports/astro/py-ro/files/patch-setup.py
Franco Fichtner d35ca004f6 */*: sync with upstream
Taken from: FreeBSD
2024-03-26 10:55:10 +01:00

11 lines
402 B
Python

--- setup.py.orig 2015-11-02 21:50:21 UTC
+++ setup.py
@@ -45,7 +45,7 @@ setup(
print(("%s version %s" % (PkgName, Version.__version__)))
setup(
- name = PkgName,
+ name = PkgName.lower(),
version = Version.__version__,
description = "Collection of utilities including general algorithms, astronomical transformations and Tkinter widgets",
long_description = long_description,