Skip to content

Commit 0d22e60

Browse files
committed
fix import
1 parent 71a3071 commit 0d22e60

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/moon-1.0.0.tar.gz

-4.64 KB
Binary file not shown.

dist/moon-1.0.1.tar.gz

4.64 KB
Binary file not shown.

moon/dialamoon.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from dialamoon.custom_image import CustomImage
2-
from dialamoon.res.constants import *
1+
from moon.custom_image import CustomImage
2+
from moon.res.constants import *
33
from datetime import datetime, timezone, timedelta
44

55
class Moon(CustomImage):

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
setup(
99
name = 'moon',
1010
packages = find_packages(),
11-
version = '1.0.1',
11+
version = '1.0.2',
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 = '[email protected]',
1818
url = 'https://github.com/spacerest/moon',
19-
download_url = 'https://github.com/spacerest/moon/archive/v_1_0_1.tar.gz',
19+
download_url = 'https://github.com/spacerest/moon/archive/v_1_0_2.tar.gz',
2020
keywords = ['MOON', 'ART'],
2121
install_requires=[
2222
'numpy~=1.16',

0 commit comments

Comments
 (0)