Skip to content

Commit fe416dd

Browse files
authored
Fix long_description metadata (#46)
1 parent 80cdcaa commit fe416dd

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.pre-commit-config.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ repos:
4040
- flake8-bugbear
4141
- flake8-builtins
4242
- flake8-comprehensions
43-
- repo: https://github.com/thlorenz/doctoc
44-
rev: v2.2.0
45-
hooks:
46-
- id: doctoc
4743
- repo: https://github.com/asottile/pyupgrade
4844
rev: v2.34.0
4945
hooks:

README.md

-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3-
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
4-
5-
- [pynamodb-attributes](#pynamodb-attributes)
6-
- [Testing](#testing)
7-
8-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
9-
10-
# pynamodb-attributes
11-
121
This Python 3 library contains compound and high-level PynamoDB attributes:
132

143
- `FloatAttribute` – same as `NumberAttribute` but whose value is typed as `float`

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ license_file = LICENSE
66
name = pynamodb-attributes
77
version = 0.4.0
88
description = Common attributes for PynamoDB
9+
long_description = file:README.md
10+
long_description_content_type = text/markdown
911
url = https://www.github.com/lyft/pynamodb-attributes
1012
maintainer = Lyft
1113
maintainer_email = [email protected]

0 commit comments

Comments
 (0)