File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ Find changes for the upcoming release in the project's [changelog.d directory](h
6
6
7
7
<!-- scriv-insert-here -->
8
8
9
+ <a id =' changelog-0.8.1 ' ></a >
10
+ ## 0.8.1 (2025-03-26)
11
+
12
+ ### Backwards-incompatible changes
13
+
14
+ -
15
+
16
+ ### New features
17
+
18
+ -
19
+
20
+ ### Bug fixes
21
+
22
+ - Package find needed a wildcard to work with current setuptools.
23
+
24
+ ### Other changes
25
+
26
+ -
27
+
9
28
<a id =' changelog-0.8.0 ' ></a >
10
29
## 0.8.0 (2025-03-26)
11
30
Original file line number Diff line number Diff line change 2
2
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
3
3
name = " lsst-rsp"
4
4
description = " Utility functions for the Rubin Science Platform"
5
- license = { file = " LICENSE " }
5
+ license = " MIT "
6
6
readme = " README.md"
7
7
keywords = [
8
8
" rubin" ,
@@ -11,7 +11,6 @@ keywords = [
11
11
# https://pypi.org/classifiers/
12
12
classifiers = [
13
13
" Development Status :: 4 - Beta" ,
14
- " License :: OSI Approved :: MIT License" ,
15
14
" Programming Language :: Python" ,
16
15
" Programming Language :: Python :: 3" ,
17
16
" Programming Language :: Python :: 3.12" ,
@@ -20,6 +19,7 @@ classifiers = [
20
19
" Operating System :: POSIX" ,
21
20
" Typing :: Typed" ,
22
21
]
22
+
23
23
requires-python = " >=3.12"
24
24
dependencies = [
25
25
" Deprecated<2" ,
@@ -69,7 +69,7 @@ build-backend = "setuptools.build_meta"
69
69
[tool .setuptools .packages .find ]
70
70
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
71
71
where = [" src" ]
72
- include = [" lsst" ]
72
+ include = [" lsst* " ]
73
73
74
74
[tool .setuptools_scm ]
75
75
You can’t perform that action at this time.
0 commit comments