Skip to content

Commit

Permalink
Fix long_description metadata (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonst authored Aug 26, 2022
1 parent 80cdcaa commit fe416dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [pynamodb-attributes](#pynamodb-attributes)
- [Testing](#testing)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# pynamodb-attributes

This Python 3 library contains compound and high-level PynamoDB attributes:

- `FloatAttribute` – same as `NumberAttribute` but whose value is typed as `float`
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]
Expand Down

0 comments on commit fe416dd

Please sign in to comment.