[bumpversion] current_version = 0.1.0 commit = True tag = True allow_dirty = True [metadata] name = PyPlanner author = theenglishway author_email = me@theenglishway.eu version = attr: pyplanner.__version__ description = PyPlanner long_description = file: README.rst, CHANGELOG.rst license = BSD 3-Clause License classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3.7 url = https://code.theenglishway.eu/theenglishway-corp/humanizen/ [options] zip_safe = False include_package_data = True packages = find: install_requires = Cerberus Click colorama ruamel.yaml termcolor TinyDb [options.packages.find] exclude = tests tests.* [options.entry_points] console_scripts = pyplanner = pyplanner.cli:main [bumpversion:file:pyplanner/__init__.py] search = __version__ = '{current_version}' replace = __version__ = '{new_version}' [tool:pytest] filterwarnings = error ignore::DeprecationWarning [coverage:run] branch = True source = pyplanner, tests [coverage:report] precision = 2 [coverage:paths] paths = . /tmp/build/*/source/