77
88# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
99CLASSIFIERS = [
10- 'Development Status :: 4 - Beta' ,
11- 'Intended Audience :: Developers' ,
12- 'License :: OSI Approved :: Apache Software License' ,
13- 'Topic :: Office/Business :: Office Suites' ,
14- 'Topic :: Software Development :: Libraries' ,
15- 'Programming Language :: Python' ,
16- 'Programming Language :: Python :: 3 :: Only' ,
17- 'Programming Language :: Python :: 3.9' ,
18- 'Programming Language :: Python :: 3.10' ,
19- 'Programming Language :: Python :: 3.11' ,
20- 'Programming Language :: Python :: 3.12' ,
21- 'Programming Language :: Python :: 3.13' ,
22- 'Operating System :: OS Independent' ,
10+ "Development Status :: 4 - Beta" ,
11+ "Intended Audience :: Developers" ,
12+ "License :: OSI Approved :: Apache Software License" ,
13+ "Topic :: Office/Business :: Office Suites" ,
14+ "Topic :: Software Development :: Libraries" ,
15+ "Programming Language :: Python" ,
16+ "Programming Language :: Python :: 3 :: Only" ,
17+ "Programming Language :: Python :: 3.10" ,
18+ "Programming Language :: Python :: 3.11" ,
19+ "Programming Language :: Python :: 3.12" ,
20+ "Programming Language :: Python :: 3.13" ,
21+ "Operating System :: OS Independent" ,
2322]
2423
2524
@@ -38,20 +37,20 @@ def read(fname):
3837]
3938
4039setup (
41- name = ' o365' ,
40+ name = " o365" ,
4241 version = VERSION ,
4342 packages = find_packages (),
44- url = ' https://github.com/O365/python-o365' ,
45- license = ' Apache License 2.0' ,
46- author = ' Alejcas, Roycem90, Narcolapser' ,
47- author_email = ' alejcas@users.noreply.github.com' ,
48- maintainer = ' alejcas' ,
49- maintainer_email = ' alejcas@users.noreply.github.com' ,
50- description = ' Microsoft Graph API made easy' ,
51- long_description = read (' README.md' ),
43+ url = " https://github.com/O365/python-o365" ,
44+ license = " Apache License 2.0" ,
45+ author = " Alejcas, Roycem90, Narcolapser" ,
46+ author_email = " alejcas@users.noreply.github.com" ,
47+ maintainer = " alejcas" ,
48+ maintainer_email = " alejcas@users.noreply.github.com" ,
49+ description = " Microsoft Graph API made easy" ,
50+ long_description = read (" README.md" ),
5251 long_description_content_type = "text/markdown" ,
5352 classifiers = CLASSIFIERS ,
54- python_requires = ">=3.9 " ,
53+ python_requires = ">=3.10 " ,
5554 install_requires = requires ,
5655 setup_requires = ["wheel" ],
5756)
0 commit comments