Skip to content

Commit

Permalink
Include Makefile.inc into packge and fix CI (#197)
Browse files Browse the repository at this point in the history
- remove broken `pip install -e`
  • Loading branch information
themperek authored Aug 17, 2022
1 parent ab9e3ea commit c7b4178
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
recursive-include cocotb_test/share *.cpp
include README.md
include cocotb_test/Makefile.inc
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
displayName: "Install cocotb from source"
- script: |
pip install -e .
pip install .
displayName: "Install cocotb-test"
- script: |
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def read_file(fname):
author="Tomasz Hemperek",
author_email="[email protected]",
packages=find_packages(),
include_package_data = True,
python_requires=">=3.7",
install_requires=["cocotb>=1.5", "pytest"],
entry_points={
Expand Down

0 comments on commit c7b4178

Please sign in to comment.