We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8f006 commit f25dfd8Copy full SHA for f25dfd8
setup.cfg
@@ -1,2 +1,5 @@
1
-[egg_info]
2
-tag_build = dev
+#[egg_info]
+#tag_build = dev
3
+
4
+[aliases]
5
+release = sdist bdist_wheel
setup.py
@@ -14,14 +14,15 @@
14
PACKAGE = 'mathjax'
15
16
setup(
17
- name='MathJaxPlugin',
+ name='TracMathJax',
18
version=VERSION,
19
description="Renders mathematical equations using MathJax library.",
20
author='Mitar',
21
author_email='mitar.trac@tnode.com',
22
url='https://trac-hacks.org/wiki/TracMathJaxPlugin',
23
keywords='trac plugin',
24
license="AGPLv3",
25
+ classifiers=['Framework :: Trac'],
26
packages=[PACKAGE],
27
include_package_data=True,
28
package_data={
0 commit comments