Skip to content

Commit eb11323

Browse files
author
Gabriele Favalessa
committed
Cleaned up the distribution
1 parent 02d526c commit eb11323

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include COPYING
2+
include README.markdown

RELEASE-NOTES.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Release Notes
2+
3+
### 0.9.3
4+
5+
Added tests, license, README and RELEASE-NOTES to the distribution.

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@
1717
setup(
1818
name = "asciimathml",
1919
py_modules = ["asciimathml", "mdx_asciimathml"],
20-
version = "0.9.2",
20+
version = "0.9.3",
2121
description = "ASCIIMathML to MathML translator",
2222
author = "Gabriele Favalessa",
2323
author_email = "[email protected]",
2424
url = "http://github.com/favalex/python-asciimathml",
25-
# download_url = "http:///python-asciimathml-0.9.1.tgz",
2625
keywords = ["markup", "math", "mathml", "xml", "markdown"],
2726
classifiers = [
2827
"Programming Language :: Python",
29-
"Development Status :: 3 - Alpha",
28+
"Development Status :: 4 - Beta",
3029
"Environment :: Other Environment",
3130
"Intended Audience :: Developers",
3231
"License :: OSI Approved :: GNU General Public License (GPL)",

test.py test/test.py

File renamed without changes.

0 commit comments

Comments
 (0)