File: setup.py

package info (click to toggle)
meep-mpi-default 1.17.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 51,672 kB
  • sloc: cpp: 29,881; python: 17,210; lisp: 1,225; makefile: 477; sh: 249; ansic: 133; javascript: 5
file content (12 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python3

from distutils.core import setup

setup(name='python-markdown-math',
      description='Math extension for Python-Markdown',
      author='Dmitry Shachnev',
      author_email='mitya57@gmail.com',
      version='0.1',
      url='https://github.com/mitya57/python-markdown-math',
      py_modules=['mdx_math'],
      license='BSD')