Skip to content

Commit

Permalink
adding all packages again .. that shouldnt have happened - obviously …
Browse files Browse the repository at this point in the history
…the subpackages are not included by default - now we know for sure :(
  • Loading branch information
kakulukia committed Jan 26, 2018
1 parent c2d05a3 commit f8826b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re

try:
from setuptools import setup
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup

Expand Down Expand Up @@ -37,9 +37,7 @@ def get_version(*file_paths):
keywords=['pug', 'pugjs', 'template', 'converter'],
url=url,
download_url=url + '/tarball/' + version,
packages=[
'pypugjs',
],
packages=find_packages(),
entry_points={
'console_scripts': ['pypugjs = pypugjs.convert:convert_file']
},
Expand Down

0 comments on commit f8826b0

Please sign in to comment.