archive
/
md-pdf
Archived
1
Fork 0

Merge branch 'master' into more-testing

This commit is contained in:
Jake Howard 2017-04-27 19:28:04 +01:00 committed by GitHub
commit 3dc42fc245
3 changed files with 4 additions and 2 deletions

View File

@ -20,4 +20,4 @@ test:
- flake8 md_pdf/ --ignore=E128,E501
- safety check
- bandit -r md_pdf/
- cd test-files && mdp -vvv
- mdp --help

View File

View File

@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages
setup(
@ -13,6 +13,8 @@ setup(
"pyscss==1.3.5",
"PyYAML==3.12"
],
packages=find_packages(),
include_package_data=True,
entry_points="""
[console_scripts]
mdp=md_pdf.cli:cli