File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
def get_package_data ():
5
- return {'astroquery' : ['astroquery.cfg' , ' CITATION' ]}
5
+ return {'astroquery' : ['CITATION' ]}
Original file line number Diff line number Diff line change @@ -143,6 +143,16 @@ All query tools allow coordinate-based queries:
143
143
144
144
For additional guidance and examples, read the documentation for the individual services below.
145
145
146
+ .. _default_config :
147
+
148
+ Default configuration file
149
+ --------------------------
150
+
151
+ To customize this, copy it to your ``$HOME/.astropy/config/astroquery.cfg ``,
152
+ uncomment the relevant configuration item(s), and insert your desired value(s).
153
+
154
+ .. generate_config :: astroquery
155
+
146
156
Available Services
147
157
==================
148
158
You can’t perform that action at this time.
0 commit comments