Skip to content

Commit

Permalink
Updated find package on setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio <anderson@aignacio.com>
  • Loading branch information
aignacio committed Nov 3, 2023
1 parent ce8cd89 commit 01fe609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cocotbext/ahb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
long_description_content_type="text/markdown",
long_description=long_description,
url='https://github.com/aignacio/cocotbext-ahb',
packages=find_packages(),
packages=find_packages(
include="cocotbext.*"
),
include_package_data=False,
python_requires='>=3.6',
install_requires=[
Expand Down

0 comments on commit 01fe609

Please sign in to comment.