Skip to content

Commit

Permalink
Remove core from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaTW committed Dec 3, 2019
1 parent 20f6f89 commit e4d1d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
author_email='lambda@lambda.tw',
license='MIT',
include_package_data=True,
packages=find_packages(exclude=("tests*",)),
packages=find_packages(exclude=("tests*", 'core')),
install_requires=[
'Django', 'djangorestframework',
],
Expand Down

0 comments on commit e4d1d8a

Please sign in to comment.