emissions-api / sentinel5dl

Sentinel-5(P) Downloader
https://sentinel5dl.emissions-api.org
MIT License
12 stars 8 forks source link

[Classifiers] [Setup Metadata] Adding Classifiers block and including… #4

Closed PseudoAj closed 4 years ago

PseudoAj commented 4 years ago

About

Testing

➜  sentinel5dl git:(master-classifiers) ✗ python3 setup.py develop            
running develop
running egg_info
writing sentinel5dl.egg-info/PKG-INFO
writing dependency_links to sentinel5dl.egg-info/dependency_links.txt
writing entry points to sentinel5dl.egg-info/entry_points.txt
writing requirements to sentinel5dl.egg-info/requires.txt
writing top-level names to sentinel5dl.egg-info/top_level.txt
reading manifest file 'sentinel5dl.egg-info/SOURCES.txt'
writing manifest file 'sentinel5dl.egg-info/SOURCES.txt'
running build_ext
Creating /home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/sentinel5dl.egg-link (link to .)
Adding sentinel5dl 0.1 to easy-install.pth file
Installing sentinel5dl script to /home/linuxbrew/.linuxbrew/bin

Installed /home/pseudoaj/github-workspace/sentinel5dl
Processing dependencies for sentinel5dl==0.1
Searching for pycurl==7.43.0.3
Best match: pycurl 7.43.0.3
Processing pycurl-7.43.0.3-py3.7-linux-x86_64.egg
pycurl 7.43.0.3 is already the active version in easy-install.pth

Using /home/linuxbrew/.linuxbrew/lib/python3.7/site-packages/pycurl-7.43.0.3-py3.7-linux-x86_64.egg
Finished processing dependencies for sentinel5dl==0.1

This fixes #2

PseudoAj commented 4 years ago
lkiesow commented 4 years ago

Thanks for the patch. Merged.