Skip to content

Commit

Permalink
Fix setup to distribute the dwarf nova catalog with the release (#187)
Browse files Browse the repository at this point in the history
* Fix setup to distribute the dwarf nova catalog with the release

* Change python versions in the setup

* Change CI image -- see #186
  • Loading branch information
JulienPeloton authored Jul 9, 2024
1 parent fd6fd7a commit 58e8801
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
container: ["julienpeloton/fink-ci:dev"]
container: ["julienpeloton/fink-ci:latest"]

container:
image: ${{ matrix.container }}
Expand Down
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.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 58e8801

Please sign in to comment.