Skip to content

Commit

Permalink
added bash tab completion script to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I committed Jul 6, 2021
1 parent 04dd650 commit 9eb563e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion CveXplore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5.3
0.2.5.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
description="Package for interacting with cve-search",
long_description=README,
long_description_content_type="text/x-rst",
package_data={"CveXplore": ["LICENSE", "VERSION"]},
package_data={"CveXplore": ["LICENSE", "VERSION", ".cvexplore-complete.bash"]},
include_package_data=True,
entry_points='''
[console_scripts]
Expand Down

0 comments on commit 9eb563e

Please sign in to comment.