|
7 | 7 | author ='Jon Wright', |
8 | 8 | author_email = 'jonathan.wright@gmail.com', |
9 | 9 | url = 'http://github.com/jonwright/pyopengltk', |
10 | | - py_modules=['pyopengltk'], |
| 10 | + license='MIT', |
| 11 | + description="An opengl frame for pyopengl-tkinter based on ctype", |
11 | 12 | long_description=open('README.md').read(), |
| 13 | + long_description_content_type='text/markdown', |
| 14 | + py_modules=['pyopengltk'], |
| 15 | + install_requires=[ |
| 16 | + 'pyopengl', |
| 17 | + ], |
| 18 | + keywords=['opengl', 'window', 'context', 'tk', 'tkinter'], |
| 19 | + classifiers=[ |
| 20 | + 'License :: OSI Approved :: MIT License', |
| 21 | + 'Environment :: Win32 (MS Windows)', |
| 22 | + 'Environment :: X11 Applications', |
| 23 | + 'Intended Audience :: Developers', |
| 24 | + 'Topic :: Multimedia :: Graphics', |
| 25 | + 'Topic :: Multimedia :: Graphics :: 3D Rendering', |
| 26 | + 'Topic :: Scientific/Engineering :: Visualization', |
| 27 | + 'Topic :: Software Development :: Libraries :: Python Modules', |
| 28 | + 'Programming Language :: Python :: 2', |
| 29 | + 'Programming Language :: Python :: 2.7', |
| 30 | + 'Programming Language :: Python :: 3', |
| 31 | + 'Programming Language :: Python :: 3.5', |
| 32 | + 'Programming Language :: Python :: 3.6', |
| 33 | + 'Programming Language :: Python :: 3.7', |
| 34 | + ] |
12 | 35 | ) |
0 commit comments