Skip to content

Commit 0efd787

Browse files
committed
CITATION file should be in the source to be distributed to user installs, using only a link at the root dir
1 parent 8e91222 commit 0efd787

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CITATION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
astroquery/CITATION

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include LICENSE.rst
22
include README.rst
33
include CHANGES.rst
44
include CITATION
5+
include astroquery/CITATION
56
include astroquery/splatalogue/data/*
67

78
include ez_setup.py

astroquery/setup_package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
def get_package_data():
6-
return {'astroquery': ['astroquery.cfg']}
6+
return {'astroquery': ['astroquery.cfg', 'CITATION']}

0 commit comments

Comments
 (0)