mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
Astropy is a package intended to contain core functionality and some common tools needed for performing astronomy and astrophysics research with Python. It also provides an index for other astronomy packages and tools for managing them. WWW: http://www.astropy.org PR: 210278 Submitted by: nathanw
12 lines
399 B
Python
12 lines
399 B
Python
--- astropy/modeling/setup_package.py.orig 2016-03-10 22:20:43 UTC
|
|
+++ astropy/modeling/setup_package.py
|
|
@@ -123,8 +123,7 @@ def preprocess_source():
|
|
|
|
def get_package_data():
|
|
return {
|
|
- 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr',
|
|
- '../../wcs/tests/maps/*.hdr']
|
|
+ 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr' ]
|
|
}
|
|
|
|
|