Skip to content

Commit f25dfd8

Browse files
committed
Change plugin name for publishing to PyPI
1 parent 1e8f006 commit f25dfd8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
[egg_info]
2-
tag_build = dev
1+
#[egg_info]
2+
#tag_build = dev
3+
4+
[aliases]
5+
release = sdist bdist_wheel

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
PACKAGE = 'mathjax'
1515

1616
setup(
17-
name='MathJaxPlugin',
17+
name='TracMathJax',
1818
version=VERSION,
1919
description="Renders mathematical equations using MathJax library.",
2020
author='Mitar',
2121
author_email='mitar.trac@tnode.com',
2222
url='https://trac-hacks.org/wiki/TracMathJaxPlugin',
2323
keywords='trac plugin',
2424
license="AGPLv3",
25+
classifiers=['Framework :: Trac'],
2526
packages=[PACKAGE],
2627
include_package_data=True,
2728
package_data={

0 commit comments

Comments
 (0)