Skip to content

Commit f6169ed

Browse files
committed
template
1 parent a7a605b commit f6169ed

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,10 +1,10 @@
11
#!/usr/bin/env python
22
req = ['nose','python-dateutil','pytz','numpy','astropy']
33
# %%
4-
from setuptools import setup
4+
from setuptools import setup,find_packages
55

66
setup(name='pymap3d',
7-
packages=['pymap3d'],
7+
packages=find_packages(),
88
version = '1.2.4',
99
description='Python coordinate conversions, following convention of several popular Matlab routines.',
1010
author = 'Michael Hirsch, Ph.D.',

0 commit comments

Comments
 (0)