Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
use find_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane authored Jun 13, 2019
1 parent 5c993c6 commit bf61037
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(
name="findthatcharity_import",
packages=[
"findthatcharity_import",
"findthatcharity_import.spiders",
"findthatcharity_import.pipelines",
],
packages=find_packages(),
version="0.0.1",
author="David Kane [email protected]",
include_package_data=True,
Expand Down

0 comments on commit bf61037

Please sign in to comment.