mirror of
https://github.com/vale981/recommonmark
synced 2025-03-05 10:01:39 -05:00
setup: Install the parsley file
This commit is contained in:
parent
da2c9f7dd4
commit
21b4330824
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -21,5 +21,8 @@ setup(name='remarkdown',
|
||||||
'md2latex = remarkdown.scripts:md2latex',
|
'md2latex = remarkdown.scripts:md2latex',
|
||||||
'md2xetex = remarkdown.scripts:md2xetex',
|
'md2xetex = remarkdown.scripts:md2xetex',
|
||||||
]},
|
]},
|
||||||
|
package_data = {
|
||||||
|
'': ['*.parsley']
|
||||||
|
},
|
||||||
packages=['remarkdown']
|
packages=['remarkdown']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue