Skip to content

Commit

Permalink
Din't use find_packages b/c it doesn't exclude test_project/ from bdi…
Browse files Browse the repository at this point in the history
…st_wheel
  • Loading branch information
atodorov committed Apr 24, 2019
1 parent 4972590 commit 630b96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@

# Licensed under the GPL 3.0: https://www.gnu.org/licenses/gpl-3.0.txt

from setuptools import setup, find_packages
from setuptools import setup


def get_long_description():
Expand Down Expand Up @@ -33,7 +33,7 @@ def get_install_requires(path):
url='https://github.com/kiwitcms/github-marketplace/',
license='GPLv3+',
install_requires=get_install_requires('requirements.txt'),
packages=find_packages(),
packages=['tcms_github_marketplace'],
include_package_data=True,
classifiers=[
'Framework :: Django',
Expand Down

0 comments on commit 630b96b

Please sign in to comment.