No images in this repository’s iceberg at this time
Download raw (793 bytes)
#! /usr/bin/env python
from setuptools import setup
setup(
name='mdx_semanticwikilinks',
version='1.1.1',
author='Alexandre Leray',
author_email='alexandre@stdin.fr',
description='Python-Markdown extension to add support for semantic (wiki)links (RDFa)..',
url='http://activearchives.org/',
py_modules=['mdx_semanticwikilinks'],
install_requires=['Markdown>=2.0',],
classifiers=[
'Development Status :: 4 - Beta',
'Operating System :: OS Independent',
'License :: OSI Approved :: BSD License',
'Intended Audience :: Developers',
'Environment :: Web Environment',
'Programming Language :: Python',
'Topic :: Text Processing :: Filters',
'Topic :: Text Processing :: Markup :: HTML'
]
)