Skip to content

Commit d186aaf

Browse files
author
vishal
committed
Rebuilding
1 parent 02ca8ed commit d186aaf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include LICENSE
2-
include README.MD
2+
include README.md
33
recursive-include drf_api_logger/static *
44
recursive-include drf_api_logger/templates *

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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/)

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_long_desc():
99

1010
setuptools.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
],

0 commit comments

Comments
 (0)