1717 name = "contentstack" ,
1818 keywords = 'contentstack-python' ,
1919 version = "1.1.0" ,
20- author = "contentstack " ,
21- author_email = "mshaileshr@gmail .com" ,
20+ author = "Contentstack " ,
21+ author_email = "shailesh.mishra@contentstack .com" ,
2222 description = "Contentstack is a headless CMS with an API-first approach." ,
2323 long_description = "Contentstack is a headless CMS with an API-first approach. It is a CMS that developers can use "
2424 "to build powerful cross-platform applications in their favorite languages. Build your "
2525 "application frontend, and Contentstack will take care of the rest" ,
2626 long_description_content_type = "text/markdown" ,
2727 url = "https://github.com/contentstack/contentstack-python" ,
28- # packages=setuptools.find_packages(),
2928 packages = ['contentstack' ],
3029 license = 'MIT' ,
3130 test_suite = 'tests.all_tests' ,
3231 install_requires = ['requests>=1.1.0' ],
3332 classifiers = [
34- "License :: OSI Approved :: MIT License" ,
35- "Operating System :: OS Independent" ,
36- 'Intended Audience :: Developers' ,
37- 'Natural Language :: English' ,
38- 'Programming Language :: Python :: 3.6' ,
39- 'Programming Language :: Python :: 3.7' ,
40- ],
33+ "License :: OSI Approved :: MIT License" ,
34+ "Operating System :: OS Independent" ,
35+ 'Intended Audience :: Developers' ,
36+ 'Natural Language :: English' ,
37+ 'Programming Language :: Python :: 3.6' ,
38+ 'Programming Language :: Python :: 3.7' ,
39+ ],
4140 python_requires = '>=3.6' ,
4241 zip_safe = False ,
43- )
42+ )
0 commit comments