Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "isp-trace-parser"
version = "2.0.1"
version = "2.0.2"
description = """A Python package for reformatting and accessing demand, solar, and wind time series data used by the
Australian Energy Market Operator in their Integrated System Plan modelling study."""
authors = [
Expand Down Expand Up @@ -59,3 +59,4 @@ where = ["src"]

[tool.setuptools.package-data]
isp_trace_name_mapping_configs = ["**/*.yaml"]
isp_trace_parser = ["remote/manifests/**/*.txt"]
Empty file.
Loading