File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 6
6
url = 'https://github.com/harlev/jsonbox-python' ,
7
7
author = "Ron Harlev" ,
8
8
author_email = "harlev@gmail.com" ,
9
- version = '0.2.5 ' ,
9
+ version = '1.0.0 ' ,
10
10
packages = ['.' ],
11
11
license = 'MIT' ,
12
12
long_description = open ('README.md' ).read (),
13
13
long_description_content_type = "text/markdown" ,
14
14
install_requires = ['requests' , 'six' ],
15
15
python_requires = '>=2.7' ,
16
16
classifiers = [
17
+ "Intended Audience :: Developers" ,
18
+ "Operating System :: OS Independent" ,
19
+ "Topic :: Software Development :: Libraries :: Python Modules" ,
20
+ "Topic :: Internet" ,
17
21
"License :: OSI Approved :: MIT License" ,
18
22
"Programming Language :: Python :: 2.7" ,
19
23
"Programming Language :: Python :: 3" ,
24
+ "Programming Language :: Python :: 3.7" ,
20
25
],
21
26
)
You can’t perform that action at this time.
0 commit comments