Commit 82d5f12c authored by Stuart Sides's avatar Stuart Sides Committed by Kelvin Rodriguez
Browse files

Added install of config file (#245)

* Added install of config file

* updated as per comment
parent 9ee761e0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,5 +24,6 @@ setup(
    packages=find_packages(),
    long_description="""\
    An Abstraction library for reading, writing and computing ephemeris data
    """
    """,
    package_data={'': ['config.yml']}
)