Skip to content

Commit b45f133

Browse files
authored
Merge pull request #50 from cisagov/fix/pypi-add-missing-files
fix: pypi add missing files
2 parents 4117039 + 25c181f commit b45f133

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

dist/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install_requires =
3636
where = src
3737

3838
[options.package_data]
39-
navv = data/*.pkl
39+
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
4040

4141
[options.entry_points]
4242
console_scripts =

src/navv/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""This file defines the version of this module."""
2-
__version__ = "3.2.1"
2+
__version__ = "3.2.2"

0 commit comments

Comments
 (0)