Skip to content

Commit

Permalink
chore: updated classifiers in setup.cfg and scripts in Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jearistiz committed May 23, 2021
1 parent fca2dd1 commit dbba2fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dinjo = {editable = true, path = "."}

[scripts]
tests = "python -m pytest tests"
tests-cov = "python -m pytest tests --cov dinjo"
tests-cov-html = "python -m pytest tests --cov-report html --cov dinjo"
tests-cov = "python -m pytest tests --cov src/dinjo"
tests-cov-html = "python -m pytest tests --cov-report html --cov src/dinjo"
linter = "flake8 src/dinjo tests examples --max-line-length=99"
docs = "make -C docs html"
docs-latex = "make -C docs latexpdf LATEXMKOPTS='-silent'"
Expand Down
1 change: 0 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.6'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-qthelp==1.0.3; python_version >= '3.5'
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.2
urllib3==1.26.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Development Status :: 3 - Alpha
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Libraries
Topic :: Software Development

[options]
package_dir =
Expand Down

0 comments on commit dbba2fd

Please sign in to comment.