From 461f5099a179f2ec30aa4f3b2ce6707c7a384c85 Mon Sep 17 00:00:00 2001 From: nidhal baccouri Date: Sat, 12 Jun 2021 09:51:57 +0200 Subject: [PATCH] updated version and setup --- pyproject.toml | 6 +++--- setup.cfg | 27 +++++++-------------------- 2 files changed, 10 insertions(+), 23 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7cc8d6f..3e896b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "goli" -version = "0.1.0" -description = "A sophisticated boilerplate generator based on best practices modern templates" +version = "0.1.1" +description = "A sophisticated boilerplate generator based on best practices and modern useful templates" readme = "README.md" authors = [ "nidhaloff " @@ -21,7 +21,7 @@ keywords = ["goli", "boilerplate", "boilerplate-generator", "code-generator", "c # Pypi classifiers: https://pypi.org/classifiers/ classifiers = [ # Update me - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules", diff --git a/setup.cfg b/setup.cfg index a82165c..35cca02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,15 +1,11 @@ -# All configuration for plugins and other utils is defined here. -# Read more about `setup.cfg`: -# https://docs.python.org/3/distutils/configfile.html +[bumpversion] +current_version = 0.1.1 [darglint] -# darglint configuration: -# https://github.com/terrencepreilly/darglint strictness = long docstring_style = google [mypy] -# mypy configurations: http://bit.ly/2zEl9WI python_version = 3.7 pretty = True allow_redefinition = False @@ -31,20 +27,11 @@ show_error_codes = True show_column_numbers = True show_error_context = True -# plugins = pydantic.mypy, sqlmypy - -# [pydantic-mypy] -# init_typed = True -# warn_untyped_fields = True - [tool:pytest] -# Directories that are not visited by pytest collector: norecursedirs = *.egg .eggs dist build docs .tox .git __pycache__ doctest_optionflags = NUMBER NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL - -# Extra options: -addopts = - --strict-markers - --tb=short - --doctest-modules - --doctest-continue-on-failure +addopts = + --strict-markers + --tb=short + --doctest-modules + --doctest-continue-on-failure