@@ -17,9 +17,10 @@ def read_file(name):
17
17
url = 'https://connect.cloud.im' ,
18
18
description = 'Django RQL Filtering' ,
19
19
long_description = read_file ('README.md' ),
20
- license = read_file ('LICENSE' ),
20
+ long_description_content_type = 'text/markdown' ,
21
+ license = 'Apache License, Version 2.0' ,
21
22
22
- python_requires = '>=3.5 ' ,
23
+ python_requires = '>=3.6 ' ,
23
24
zip_safe = True ,
24
25
packages = find_packages (exclude = ('tests' ,)),
25
26
include_package_data = True ,
@@ -30,12 +31,14 @@ def read_file(name):
30
31
31
32
keywords = 'django rql filter rest api' ,
32
33
classifiers = [
33
- 'Development Status :: 2 ' ,
34
+ 'Development Status :: 5 - Production/Stable ' ,
34
35
'Framework :: Django :: 1.11' ,
35
36
'Intended Audience :: Developers' ,
36
37
'License :: OSI Approved :: Apache Software License' ,
37
38
'Operating System :: Unix' ,
38
- 'Programming Language :: Python :: 3' ,
39
+ 'Programming Language :: Python :: 3.6' ,
40
+ 'Programming Language :: Python :: 3.7' ,
41
+ 'Programming Language :: Python :: 3.8' ,
39
42
'Topic :: Text Processing :: Filters' ,
40
43
]
41
44
)
0 commit comments