File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11#ids to access the moon visualizations per year
22NASA_ID = {
3+ "2021" : 4874 ,
34 "2020" : 4768 ,
45 "2019" : 4442 ,
56 "2018" : 4604 ,
Original file line number Diff line number Diff line change 88setup (
99 name = 'moon' ,
1010 packages = find_packages (),
11- version = '1.0.7 ' ,
11+ version = '1.0.8 ' ,
1212 license = 'MIT' ,
1313 description = 'Gets moon visualizations courtesy of NASA/Ernie Wright' ,
1414 long_description_content_type = "text/markdown" ,
1515 long_description = long_description ,
1616 author = 'Sadie Parker' ,
1717 author_email = 'sadiemparker@gmail.com' ,
1818 url = 'https://github.com/spacerest/moon' ,
19- download_url = 'https://github.com/spacerest/moon/archive/v_1_0_7 .tar.gz' ,
19+ download_url = 'https://github.com/spacerest/moon/archive/v_1_0_8 .tar.gz' ,
2020 keywords = ['MOON' , 'ART' ],
2121 install_requires = [
2222 'numpy~=1.16' ,
You can’t perform that action at this time.
0 commit comments