-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vishal
committed
Feb 18, 2021
1 parent
3d98e87
commit 02ca8ed
Showing
9 changed files
with
2 additions
and
68 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ def get_long_desc(): | |
|
||
setuptools.setup( | ||
name="drf_api_logger", | ||
version="1.0.0", | ||
version="1.0.1", | ||
author="Vishal Anand", | ||
author_email="[email protected]", | ||
description="An API Logger for your Django Rest Framework project.", | ||
|
@@ -20,7 +20,6 @@ def get_long_desc(): | |
install_requires=["djangorestframework>=3.7.4", "bleach>=3.1.5"], | ||
license='GNU General Public License v3.0', | ||
python_requires='>=3.5', | ||
include_package_data=True, | ||
classifiers=[ | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
|