mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
308 B
Python
11 lines
308 B
Python
--- setup.py.orig 2023-10-19 08:41:05 UTC
|
|
+++ setup.py
|
|
@@ -55,7 +55,7 @@ class build_PyWCSTools_ext(build_ext):
|
|
|
|
build_ext.build_extensions(self)
|
|
|
|
-setup(name='astLib',
|
|
+setup(name='astlib',
|
|
version='0.11.10',
|
|
packages=['astLib', 'PyWCSTools'],
|
|
package_data={'astLib': ['data/*']},
|