Skip to content
Snippets Groups Projects
Commit 65a2c34f authored by Dave St.Germain's avatar Dave St.Germain
Browse files

Find all packages in setup.py

parent c52fb2b6
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
import os
from setuptools import setup
from setuptools import setup, find_packages
def package_data(pkg, roots):
......@@ -53,11 +53,7 @@ setup(
description='This XBlock implements the consumer side of the LTI specification.',
long_description=long_description,
long_description_content_type='text/markdown',
packages=[
'lti_consumer',
'lti_consumer.lti_1p3',
'lti_consumer.plugin',
],
packages=find_packages(),
install_requires=load_requirements('requirements/base.in'),
dependency_links=[
'https://github.com/edx/xblock-utils/tarball/c39bf653e4f27fb3798662ef64cde99f57603f79#egg=xblock-utils',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment