Skip to content

Commit

Permalink
Merge pull request #76 from atlanticwave-sdx/75.add-modules
Browse files Browse the repository at this point in the history
Add all modules
  • Loading branch information
sajith authored Dec 15, 2022
2 parents cdf0ff3 + 0eeac5f commit f030997
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run tests
run: |
pip install -e .[test]
pip install .[test]
pytest
# TODO: Moving to pyproject.toml (aka PEP 518) based packaging
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ install_requires =
[options.packages.find]
where = src
exclude =
doc
tests
schemas
htmlcov

[options.extras_require]
Expand Down
Empty file added src/sdx/__init__.py
Empty file.

0 comments on commit f030997

Please sign in to comment.