mirror of
https://github.com/vale981/recommonmark
synced 2025-03-04 17:41:38 -05:00
commit
195805322e
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -5,7 +5,7 @@ File: setup.py
|
|||
Author: Steve Genoud
|
||||
Date: 2013-08-25
|
||||
'''
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
import remarkdown
|
||||
|
||||
setup(name='remarkdown',
|
||||
|
@ -21,5 +21,8 @@ setup(name='remarkdown',
|
|||
'md2latex = remarkdown.scripts:md2latex',
|
||||
'md2xetex = remarkdown.scripts:md2xetex',
|
||||
]},
|
||||
package_data = {
|
||||
'': ['*.parsley']
|
||||
},
|
||||
packages=['remarkdown']
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue