|
29 | 29 | "mathicsscript/config.asy", |
30 | 30 | ] |
31 | 31 | }, |
32 | | - entry_points={ |
33 | | - "console_scripts": [ |
34 | | - "mathicsscript = mathicsscript.__main__:main", |
35 | | - "fake_psviewer.py = mathicsscript.fake_psviewer:main", |
36 | | - ] |
37 | | - }, |
38 | 32 | long_description_content_type="text/x-rst", |
39 | 33 | # don't pack Mathics in egg because of media files, etc. |
40 | 34 | zip_safe=False, |
41 | | - # metadata for upload to PyPI |
42 | | - description="A general-purpose computer algebra system.", |
43 | | - license="GPL", |
44 | | - classifiers=[ |
45 | | - "Intended Audience :: Developers", |
46 | | - "Intended Audience :: Science/Research", |
47 | | - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", |
48 | | - "Programming Language :: Python", |
49 | | - "Programming Language :: Python :: 3.7", |
50 | | - "Programming Language :: Python :: 3.8", |
51 | | - "Programming Language :: Python :: 3.9", |
52 | | - "Programming Language :: Python :: 3.10", |
53 | | - "Programming Language :: Python :: 3.11", |
54 | | - "Programming Language :: Python :: Implementation :: CPython", |
55 | | - "Programming Language :: Python :: Implementation :: PyPy", |
56 | | - "Topic :: Scientific/Engineering", |
57 | | - "Topic :: Scientific/Engineering :: Mathematics", |
58 | | - "Topic :: Scientific/Engineering :: Physics", |
59 | | - "Topic :: Software Development :: Interpreters", |
60 | | - ], |
61 | 35 | # TODO: could also include long_description, download_url, |
62 | 36 | ) |
0 commit comments