From beba4d45181435e30a8a6d5fa15c2948eabc1722 Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Thu, 13 Jun 2024 23:35:45 -0700 Subject: [PATCH] chore: Update pyproject.toml formatting configuration --- pyproject.toml | 7 +------ setup.py | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8dc819c..8da21cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pirrtools" -version = "0.2.2" # Update this version number before you upload a new version to PyPI +version = "0.2.3" # Update this version number before you upload a new version to PyPI description = "Collection of tools I use in my projects" readme = "README.md" license = { text = "MIT" } @@ -62,8 +62,3 @@ exclude = ''' | unmanaged )/ ''' - -[tool.docformatter] -wrap-summaries = 88 -wrap-descriptions = 88 - diff --git a/setup.py b/setup.py index fd6331f..dd13e4d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pirrtools", - version="0.2.2", # Update this version number before releasing a new version + version="0.2.3", # Update this version number before releasing a new version description="Collection of tools I use in my projects", author="Sean Smith", author_email="pirsquared.pirr@gmail.com",