Skip to content

Commit

Permalink
Merge pull request #8 from sebastienrousseau/feat/pain001
Browse files Browse the repository at this point in the history
fix(pain001): config fixes
  • Loading branch information
sebastienrousseau authored Mar 17, 2023
2 parents dc6e65a + b499f4f commit 4ff10b7
Showing 1 changed file with 30 additions and 19 deletions.
49 changes: 30 additions & 19 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,46 @@ long_description_content_type = text/markdown
url = https://github.com/sebastienrousseau/Pain001
license = Apache Software License
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
Operating System :: POSIX
Operating System :: MacOS
Operating System :: Unix
keywords = python pain001 interactive
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
Operating System :: POSIX
Operating System :: MacOS
Operating System :: Unix
keywords = command line interface cli python pain001 interactive bash tool

[options]
packages =
pain001
pain001

install_requires =
sys
csv
xml
os
sys

[options.extras_require]
testing =
hypothesis
mock
python-Levenshtein
hypothesis
mock
python-Levenshtein

[wheel]
universal = 1

[aliases]
test = pytest --ignore=src/test_components_py3.py --ignore=src/parser_fuzz_test.py
test = pytest

; [tool:pytest]
; addopts = --ignore=src/test_components_py3.py
; --ignore=src/parser_fuzz_test.py

; [pytype]
; inputs = .
; output = .pytype

0 comments on commit 4ff10b7

Please sign in to comment.