Skip to content

Commit

Permalink
updated version and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhal baccouri committed Jun 12, 2021
1 parent 94d6456 commit 461f509
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
Expand All @@ -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",
Expand Down
27 changes: 7 additions & 20 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 461f509

Please sign in to comment.