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 66 url = 'https://github.com/harlev/jsonbox-python' ,
77 author = "Ron Harlev" ,
88 author_email = "harlev@gmail.com" ,
9- version = '0.2.5 ' ,
9+ version = '1.0.0 ' ,
1010 packages = ['.' ],
1111 license = 'MIT' ,
1212 long_description = open ('README.md' ).read (),
1313 long_description_content_type = "text/markdown" ,
1414 install_requires = ['requests' , 'six' ],
1515 python_requires = '>=2.7' ,
1616 classifiers = [
17+ "Intended Audience :: Developers" ,
18+ "Operating System :: OS Independent" ,
19+ "Topic :: Software Development :: Libraries :: Python Modules" ,
20+ "Topic :: Internet" ,
1721 "License :: OSI Approved :: MIT License" ,
1822 "Programming Language :: Python :: 2.7" ,
1923 "Programming Language :: Python :: 3" ,
24+ "Programming Language :: Python :: 3.7" ,
2025 ],
2126)
You can’t perform that action at this time.
0 commit comments