Skip to content

Commit e962459

Browse files
testing version 1.0.4
1 parent 104f319 commit e962459

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dist/drf_api_logger-1.0.4.tar.gz

-1 Bytes
Binary file not shown.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ def get_long_desc():
3131
packages=setuptools.find_packages(),
3232
install_requires=["djangorestframework>=3.7.4", "bleach>=3.1.5"],
3333
license='GNU General Public License v3.0',
34-
python_requires='>=3.5',
34+
python_requires='>=3.6',
3535
include_package_data=True,
3636
classifiers=[
37-
'Programming Language :: Python :: 3.5',
3837
'Programming Language :: Python :: 3.6',
3938
'Programming Language :: Python :: 3.7',
4039
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)