Skip to content

Commit dd06aab

Browse files
authored
v0.15.1 (#129)
* build ignore * better
1 parent d81cdc2 commit dd06aab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Source = "https://github.com/steveberardi/starplot"
4343
[project.scripts]
4444
starplot = "starplot.cli:main"
4545

46+
[tool.flit.sdist]
47+
include = [
48+
"src/starplot/data/library/sky.db",
49+
"src/starplot/data/library/bigsky*.parquet",
50+
]
51+
4652
[tool.pytest.ini_options]
4753
testpaths = ["./tests"]
4854
filterwarnings = ["ignore::DeprecationWarning"]

src/starplot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Star charts and maps of the sky"""
22

3-
__version__ = "0.15.0"
3+
__version__ = "0.15.1"
44

55
from .base import BasePlot # noqa: F401
66
from .map import MapPlot, Projection # noqa: F401

0 commit comments

Comments
 (0)