File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11include LICENSE
2- include README.MD
2+ include README.md
33recursive-include drf_api_logger/static *
44recursive-include drf_api_logger/templates *
Original file line number Diff line number Diff line change 11# DRF API Logger
2- ![ version] ( https://img.shields.io/badge/version-1.0.1 -blue.svg )
2+ ![ version] ( https://img.shields.io/badge/version-1.0.2 -blue.svg )
33[ ![ Downloads] ( https://pepy.tech/badge/drf-api-logger )] ( http://pepy.tech/project/drf-api-logger )
44[ ![ Downloads] ( https://pepy.tech/badge/drf-api-logger/month )] ( https://pepy.tech/project/drf-api-logger )
55[ ![ Open Source] ( https://badges.frapsoft.com/os/v1/open-source.svg?v=103 )] ( https://opensource.org/ )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_long_desc():
99
1010setuptools .setup (
1111 name = "drf_api_logger" ,
12- version = "1.0.1 " ,
12+ version = "1.0.2 " ,
1313 author = "Vishal Anand" ,
1414 author_email = "vishalanandl177@gmail.com" ,
1515 description = "An API Logger for your Django Rest Framework project." ,
@@ -20,11 +20,13 @@ def get_long_desc():
2020 install_requires = ["djangorestframework>=3.7.4" , "bleach>=3.1.5" ],
2121 license = 'GNU General Public License v3.0' ,
2222 python_requires = '>=3.5' ,
23+ include_package_data = True ,
2324 classifiers = [
2425 'Programming Language :: Python :: 3.5' ,
2526 'Programming Language :: Python :: 3.6' ,
2627 'Programming Language :: Python :: 3.7' ,
2728 'Programming Language :: Python :: 3.8' ,
29+ 'Programming Language :: Python :: 3.9' ,
2830 "License :: OSI Approved :: MIT License" ,
2931 "Operating System :: OS Independent" ,
3032 ],
You can’t perform that action at this time.
0 commit comments