Skip to content

Commit 48fa0b2

Browse files
committed
Update the package name so that the release process trigger completes correctly.
1 parent d699981 commit 48fa0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def ascii_bytes_from(path, *paths):
3030
version = re.search(r'__version__ = "([^"]+)"', init_py).group(1)
3131

3232

33-
NAME = "Sparkfish/python-pptx"
33+
NAME = "sparkfish-python-pptx"
3434
VERSION = version
3535
DESCRIPTION = "An extension of the awesome project by Steve Canny with RowCollection and ColumnCollection add methods. Generate and manipulate Open XML PowerPoint (.pptx) files"
3636
KEYWORDS = "powerpoint ppt pptx office open xml"

0 commit comments

Comments
 (0)