fitscube 0.4.2__tar.gz → 0.4.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fitscube
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Summary: A package to produce produce FITS cubes.
5
5
  Project-URL: Homepage, https://github.com/AlecThomson/fitscube
6
6
  Project-URL: Bug Tracker, https://github.com/AlecThomson/fitscube/issues
@@ -83,7 +83,7 @@ Description-Content-Type: text/markdown
83
83
 
84
84
  <!-- prettier-ignore-start -->
85
85
  [codecov-link]: https://codecov.io/gh/AlecThomson/fitscube
86
- [codecov-badge]: https://codecov.io/gh/AlecThomson/fitscube/graph/badge.svg?token=7EARBRN20D
86
+ [codecov-badge]: https://codecov.io/gh/AlecThomson/fitscube/graph/badge.svg?token=RNXELOOH1Z
87
87
  [actions-badge]: https://github.com/AlecThomson/fitscube/workflows/CI/badge.svg
88
88
  [actions-link]: https://github.com/AlecThomson/fitscube/actions
89
89
  [conda-badge]: https://img.shields.io/conda/vn/conda-forge/fitscube
@@ -17,7 +17,7 @@
17
17
 
18
18
  <!-- prettier-ignore-start -->
19
19
  [codecov-link]: https://codecov.io/gh/AlecThomson/fitscube
20
- [codecov-badge]: https://codecov.io/gh/AlecThomson/fitscube/graph/badge.svg?token=7EARBRN20D
20
+ [codecov-badge]: https://codecov.io/gh/AlecThomson/fitscube/graph/badge.svg?token=RNXELOOH1Z
21
21
  [actions-badge]: https://github.com/AlecThomson/fitscube/workflows/CI/badge.svg
22
22
  [actions-link]: https://github.com/AlecThomson/fitscube/actions
23
23
  [conda-badge]: https://img.shields.io/conda/vn/conda-forge/fitscube
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.4.2'
16
- __version_tuple__ = version_tuple = (0, 4, 2)
15
+ __version__ = version = '0.4.3'
16
+ __version_tuple__ = version_tuple = (0, 4, 3)
@@ -62,7 +62,8 @@ Discussions = "https://github.com/AlecThomson/fitscube/discussions"
62
62
  Changelog = "https://github.com/AlecThomson/fitscube/releases"
63
63
 
64
64
  [project.scripts]
65
- fistscube = "fitscube.cutout:main"
65
+ fitscube = "fitscube.combine_fits:cli"
66
+ stokescube = "fitscube.combine_stokes:cli"
66
67
 
67
68
  [tool.hatch]
68
69
  version.source = "vcs"
@@ -72,6 +73,8 @@ build.hooks.vcs.version-file = "fitscube/_version.py"
72
73
  features = ["test"]
73
74
  scripts.test = "pytest {args}"
74
75
 
76
+ [tool.hatch.build.targets.wheel]
77
+ packages = ["fitscube"]
75
78
 
76
79
  [tool.pytest.ini_options]
77
80
  minversion = "6.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes