From 4e5f1ccc3c28ed2cf5d324a806eb0b0a64cd7ac0 Mon Sep 17 00:00:00 2001 From: Forrest Collman Date: Wed, 30 Mar 2022 16:48:27 -0700 Subject: [PATCH] setup format changes --- setup.cfg | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/setup.cfg b/setup.cfg index 14cc778..c27eceb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,44 +1,47 @@ +[bumpversion] +current_version = 3.0.1 + [metadata] name = argschema version = 3.0.1 -description= "a wrapper for setting up modules that can have parameters specified by command line arguments, json_files, or dictionary objects. Providing a common wrapper for data processing modules." +description = "a wrapper for setting up modules that can have parameters specified by command line arguments, json_files, or dictionary objects. Providing a common wrapper for data processing modules." authors = ['Forrest Collman, David Feng'] -author_email=forrestc@alleninstitute.org +author_email = forrestc@alleninstitute.org url = https://github.com/AllenInstitute/argschema description_file = README.md [options] packages = find: -install_requires = - numpy - marshmallow>=3.0.0,<4.0 - pyyaml +install_requires = + numpy + marshmallow>=3.0.0,<4.0 + pyyaml [options.extras_require] TESTING = - coverage==4.5.4 - mock>=2.0.0 - pytest>=3.0.7 - pep8>=1.7.0 - pytest-cov>=2.2.1 - pytest-pep8>=1.0.6 - pytest-xdist>=1.14 - pylint>=1.5.4 - flake8>=3.0.4 - rstcheck - sphinx + coverage==4.5.4 + mock>=2.0.0 + pytest>=3.0.7 + pep8>=1.7.0 + pytest-cov>=2.2.1 + pytest-pep8>=1.0.6 + pytest-xdist>=1.14 + pylint>=1.5.4 + flake8>=3.0.4 + rstcheck + sphinx WINDOWS = - pywin32 + pywin32 [tool:pytest] addopts = --cov=argschema --cov-report html --junitxml=test-reports/test.xml [aliases] -test=pytest +test = pytest [flake8] ignore = E126,E226 max-line-length = 200 [bdist_wheel] -universal=1 +universal = 1