Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update setup.py #16

Closed
dzelge opened this issue Sep 30, 2020 · 0 comments
Closed

update setup.py #16

dzelge opened this issue Sep 30, 2020 · 0 comments

Comments

@dzelge
Copy link

dzelge commented Sep 30, 2020

Setup is not copying data during installation. Please udpate setup in setup.py to:

setup(
    name="xcube_cci",
    version=version,
    description='An xcube plugin that allows generating data cubes from the ESA CCI Open Data Portal',
    license='MIT',
    author='xcube Development Team',
    packages=packages,
    include_package_data=True,
    data_files=[('xcube_cci', [
        'xcube_cci/data/non_cube_data_sources',
        'xcube_cci/data/excluded_data_sources']
                 )],
    install_requires=requirements,
)
@TonioF TonioF closed this as completed Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants