Skip to content

Commit

Permalink
Merge pull request #50 from cisagov/fix/pypi-add-missing-files
Browse files Browse the repository at this point in the history
fix: pypi add missing files
  • Loading branch information
Dbones202 authored Sep 13, 2023
2 parents 4117039 + 25c181f commit b45f133
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions dist/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
where = src

[options.package_data]
navv = data/*.pkl
navv = data/*.pkl, data/*.json, gui/templates/*.html, gui/static/*.js, gui/static/*.css, gui/static/css/*.css, gui/static/css/*.css.map, gui/static/img/*.png, gui/static/js/*.js, gui/static/js/*.js.map

[options.entry_points]
console_scripts =
Expand Down
2 changes: 1 addition & 1 deletion src/navv/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "3.2.1"
__version__ = "3.2.2"

0 comments on commit b45f133

Please sign in to comment.