Skip to content

Commit c747413

Browse files
authored
Conda: Try including manifest.in file for static folder inclusion (#421)
For conda-forge/lonboard-feedstock#10
1 parent a2b096c commit c747413

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include lonboard/static *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "lonboard"
3-
version = "0.7.0-beta.1"
3+
version = "0.7.0-beta.2"
44
description = "Python library for fast, interactive geospatial vector data visualization in Jupyter."
55
authors = ["Kyle Barron <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
88
packages = [{ include = "lonboard" }]
9-
include = ["lonboard/static/*.js", "lonboard/static/*.css"]
9+
include = ["lonboard/static/*.js", "lonboard/static/*.css", "MANIFEST.in"]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.8"

0 commit comments

Comments
 (0)