| [bumpversion] | |
| current_version = 1.3.4 | |
| commit = True | |
| tag = True | |
| [bumpversion:file:setup.py] | |
| search = version='{current_version}' | |
| replace = version='{new_version}' | |
| [bumpversion:file:deep_translator/__init__.py] | |
| search = __version__ = '{current_version}' | |
| replace = __version__ = '{new_version}' | |
| [bdist_wheel] | |
| universal = 1 | |
| [flake8] | |
| exclude = docs | |
| [aliases] | |
| # Define setup.py command aliases here | |
| test = pytest | |
| [tool:pytest] | |
| collect_ignore = ['setup.py'] | |