Commit fe416dd 1 parent 80cdcaa commit fe416dd Copy full SHA for fe416dd
File tree 3 files changed +2
-15
lines changed
3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,6 @@ repos:
40
40
- flake8-bugbear
41
41
- flake8-builtins
42
42
- flake8-comprehensions
43
- - repo : https://github.com/thlorenz/doctoc
44
- rev : v2.2.0
45
- hooks :
46
- - id : doctoc
47
43
- repo : https://github.com/asottile/pyupgrade
48
44
rev : v2.34.0
49
45
hooks :
Original file line number Diff line number Diff line change 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
-
12
1
This Python 3 library contains compound and high-level PynamoDB attributes:
13
2
14
3
- ` FloatAttribute ` – same as ` NumberAttribute ` but whose value is typed as ` float `
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ license_file = LICENSE
6
6
name = pynamodb-attributes
7
7
version = 0.4.0
8
8
description = Common attributes for PynamoDB
9
+ long_description = file:README.md
10
+ long_description_content_type = text/markdown
9
11
url = https://www.github.com/lyft/pynamodb-attributes
10
12
maintainer = Lyft
11
13
maintainer_email =
[email protected]
You can’t perform that action at this time.
0 commit comments