File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Changelog
22*********
33
44
5+ **1.0.5 **
6+ =========
7+
8+ Bug Fixes
9+ =========
10+
11+ * Distribute apispec templates #- `@mahenzon `_
12+
13+
514**1.0.3 **
615=========
716
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages
44
5- __version__ = "1.0.4 "
5+ __version__ = "1.0.5 "
66
77
88requirements_filepath = os .path .join (os .path .dirname (__name__ ), "requirements.txt" )
2525 "Programming Language :: Python :: 3.6" ,
2626 "Programming Language :: Python :: 3.7" ,
2727 "Programming Language :: Python :: 3.8" ,
28+ "Programming Language :: Python :: 3.9" ,
2829 "License :: OSI Approved :: MIT License" ,
2930 "Topic :: Internet" ,
3031 ],
3132 keywords = "web api rest rpc swagger jsonapi flask sqlalchemy marshmallow plugin" ,
3233 packages = find_packages (exclude = ["tests" ]),
34+ package_data = {"" : ["apispec/templates/*.html" ]},
35+ include_package_data = True ,
3336 zip_safe = False ,
3437 platforms = "any" ,
3538 install_requires = install_requires ,
You can’t perform that action at this time.
0 commit comments