Skip to content

Commit

Permalink
Include data files used in package
Browse files Browse the repository at this point in the history
  • Loading branch information
awarde96 committed May 23, 2024
1 parent cd89528 commit f84f236
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions covjsonkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
import covjsonkit.decoder.VerticalProfile
import covjsonkit.encoder.TimeSeries
import covjsonkit.encoder.VerticalProfile

from .version import __version__
2 changes: 1 addition & 1 deletion covjsonkit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.8"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
packages=find_packages(),
zip_safe=False,
include_package_data=True,
package_data={'': ['data/*.json']},
)

0 comments on commit f84f236

Please sign in to comment.