Skip to content

Commit 6c4a4c2

Browse files
committed
Use find_packages
1 parent b7655a8 commit 6c4a4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from os import path
2-
from setuptools import setup
2+
from setuptools import setup, find_packages
33

44

55
DISTNAME = "earthpy"
@@ -28,7 +28,7 @@
2828
long_description=LONG_DESCRIPTION,
2929
long_description_content_type="text/markdown",
3030
version="0.10.0",
31-
packages=["earthpy"],
31+
packages=find_packages(),
3232
install_requires=[
3333
"geopandas",
3434
"matplotlib>=2.0.0",

0 commit comments

Comments
 (0)