|
5 | 5 |
|
6 | 6 | setuptools.setup( |
7 | 7 | name="coderunner", |
8 | | - version="0.4", |
9 | | - author="Bhupesh Varshey", |
| 8 | + version="0.5", |
| 9 | + license="MIT", |
| 10 | + author="Bhupesh Varshney", |
10 | 11 | author_email="varsheybhupesh@gmail.com", |
11 | | - description="Judge0 API Interface written in Python", |
| 12 | + description="A judge for your programs, run and test your programs through Python", |
12 | 13 | keywords='judge0 coderunner judge0-api codeclassroom', |
13 | 14 | long_description=long_description, |
14 | 15 | long_description_content_type="text/markdown", |
15 | | - url="https://github.com/codeclassroom/CodeRunner", |
| 16 | + url="https://codeclassroom.github.io/CodeRunner/", |
16 | 17 | project_urls={ |
17 | 18 | "Documentation": "https://coderunner.readthedocs.io/en/latest/", |
18 | 19 | "Source Code": "https://github.com/codeclassroom/CodeRunner", |
|
24 | 25 | 'requests', |
25 | 26 | ], |
26 | 27 | classifiers=[ |
| 28 | + "Programming Language :: Python :: 3", |
27 | 29 | "Programming Language :: Python :: 3.6", |
28 | 30 | "Programming Language :: Python :: 3.7", |
29 | 31 | "Programming Language :: Python :: 3.8", |
| 32 | + "Programming Language :: Python :: 3 :: Only", |
30 | 33 | "License :: OSI Approved :: MIT License", |
31 | | - 'Topic :: Software Development :: Build Tools', |
32 | 34 | "Topic :: Education", |
33 | 35 | "Topic :: Education", |
34 | 36 | "Topic :: Software Development", |
|
0 commit comments