Skip to content

Commit

Permalink
Fix setup to distribute the dwarf nova catalog with the release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jul 9, 2024
1 parent fd6fd7a commit 08ceb69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fink_filters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.30"
__version__ = "3.31"
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
packages=setuptools.find_packages(),
package_data={
'fink_filters': [
'data/mangrove_filtered.csv'],
'data/mangrove_filtered.csv',
'data/list_dwarfs_AGN_RADEC.parquet'
],
},
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 08ceb69

Please sign in to comment.