Skip to content

Commit 02ca8ed

Browse files
author
vishal
committed
Rebuilding
1 parent 3d98e87 commit 02ca8ed

File tree

9 files changed

+2
-68
lines changed

9 files changed

+2
-68
lines changed

.idea/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/drf-api-logger.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

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.0-blue.svg)
2+
![version](https://img.shields.io/badge/version-1.0.1-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: 1 addition & 2 deletions
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.0",
12+
version="1.0.1",
1313
author="Vishal Anand",
1414
author_email="vishalanandl177@gmail.com",
1515
description="An API Logger for your Django Rest Framework project.",
@@ -20,7 +20,6 @@ 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,
2423
classifiers=[
2524
'Programming Language :: Python :: 3.5',
2625
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)