Skip to content

Commit

Permalink
Fix ecp5 and ice40 definitions in resources dir
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos committed Feb 26, 2020
1 parent b18b8fa commit f769068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# -- Author Jesús Arroyo
# -- Licence GPLv2

VERSION = (0, 5, 3)
VERSION = (0, 5, 4)
__version__ = '.'.join([str(s) for s in VERSION])

__title__ = 'apio'
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
'apio': [
'commands/*.py',
'managers/*.py',
'resources/*'
'resources/*',
'resources/ecp5/*',
'resources/ice40/*'
]
},
entry_points={
Expand Down

0 comments on commit f769068

Please sign in to comment.