Skip to content

Commit

Permalink
removing tests from prod install
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelsec committed May 30, 2023
1 parent 9b7c468 commit 2b8fa7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aesedb/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
__banner__ = \
"""
# aesedb %s
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author_email="info@skelsecprojects.com",

# Packages
packages=find_packages(),
packages=find_packages(exclude=["tests*"]),

# Include additional files into the package
include_package_data=True,
Expand Down

0 comments on commit 2b8fa7e

Please sign in to comment.