diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32b319b..6d45423 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,10 +40,6 @@ repos: - flake8-bugbear - flake8-builtins - flake8-comprehensions - - repo: https://github.com/thlorenz/doctoc - rev: v2.2.0 - hooks: - - id: doctoc - repo: https://github.com/asottile/pyupgrade rev: v2.34.0 hooks: diff --git a/README.md b/README.md index 5791c83..df7177e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,3 @@ - - -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - -- [pynamodb-attributes](#pynamodb-attributes) - - [Testing](#testing) - - - -# pynamodb-attributes - This Python 3 library contains compound and high-level PynamoDB attributes: - `FloatAttribute` – same as `NumberAttribute` but whose value is typed as `float` diff --git a/setup.cfg b/setup.cfg index cf9d5ca..9e26b22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,8 @@ license_file = LICENSE name = pynamodb-attributes version = 0.4.0 description = Common attributes for PynamoDB +long_description = file:README.md +long_description_content_type = text/markdown url = https://www.github.com/lyft/pynamodb-attributes maintainer = Lyft maintainer_email = ikonstantinov@lyft.com