Skip to content

Commit 5f7e1d7

Browse files
committed
CCS-3957: Update deployment pipeline. Updating package name
1 parent 67cecfc commit 5f7e1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
entry_points = {
44
'console_scripts': [
5-
'pantheon1 = uploader.pantheon:main'
5+
'pantheon = uploader.pantheon:main'
66
]
77
}
88

99
if __name__ == "__main__":
1010
setup(
11-
name='uploader',
11+
name='pantheon-uploader',
1212
version='0.2',
1313
packages=find_packages(),
1414
url='',

0 commit comments

Comments
 (0)