@@ -82,14 +82,28 @@ def __str__(self):
8282
8383setuptools .setup (
8484 name = "tinyobjloader" ,
85- version = "0.1 " ,
86- description = "Python module for tinyobjloader " ,
85+ version = "2.0.0rc5 " ,
86+ description = "Tiny but powerful Wavefront OBJ loader " ,
8787 long_description = long_description ,
8888 long_description_content_type = "text/markdown" ,
8989 author = "Syoyo Fujita" ,
9090 author_email = "syoyo@lighttransport.com" ,
91- url = "https://github.com/syoyo/tinyobjloader" ,
92- classifiers = ["License :: OSI Approved :: MIT License" ],
91+ url = "https://github.com/tinyobjloader/tinyobjloader" ,
92+ project_urls = {
93+ "Issue Tracker" : "https://github.com/tinyobjloader/tinyobjloader/issues" ,
94+ },
95+ classifiers = [
96+ "Development Status :: 5 - Production/Stable" ,
97+ "Intended Audience :: Developers" ,
98+ "Intended Audience :: Science/Research" ,
99+ "Intended Audience :: Manufacturing" ,
100+ "Topic :: Artistic Software" ,
101+ "Topic :: Multimedia :: Graphics :: 3D Modeling" ,
102+ "Topic :: Scientific/Engineering :: Visualization" ,
103+ "License :: OSI Approved :: MIT License"
104+ "Operating System :: OS Independent" ,
105+ "Programming Language :: Python :: 3"
106+ ],
93107 packages = setuptools .find_packages (),
94108 ext_modules = [m ],
95109)
0 commit comments