Skip to content

Commit

Permalink
Merge pull request #16 from nschloe/src-layout
Browse files Browse the repository at this point in the history
src/ layout
  • Loading branch information
nschloe authored May 3, 2021
2 parents 08b6ee6 + d7707e2 commit 903da41
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Test with tox
run: |
pip install tox
tox
tox -- --cov npx --cov-report xml --cov-report term
- name: Submit to codecov
uses: codecov/codecov-action@v1
if: ${{ matrix.python-version == '3.9' }}
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = npx
version = 0.0.13
version = 0.0.14
author = Nico Schlömer
author_email = nico.schloemer@gmail.com
description = Some useful extensions for NumPy
Expand Down Expand Up @@ -28,8 +28,13 @@ classifiers =
Topic :: Utilities

[options]
package_dir =
=src
packages = find:
install_requires =
importlib_metadata;python_version<"3.8"
numpy
python_requires = >=3.6

[options.packages.find]
where=src
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ deps =
pytest-cov
extras = all
commands =
pytest --cov {envsitepackagesdir}/npx --cov-report xml --cov-report term
pytest {posargs}

0 comments on commit 903da41

Please sign in to comment.