Skip to content

Commit 27e7734

Browse files
committed
Update the setup.py
1 parent 3bac1e4 commit 27e7734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

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

3232

33-
NAME = "python-pptx"
33+
NAME = "Sparkfish/python-pptx"
3434
VERSION = version
35-
DESCRIPTION = "Generate and manipulate Open XML PowerPoint (.pptx) files"
35+
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"
3737
AUTHOR = "Steve Canny"
3838
AUTHOR_EMAIL = "[email protected]"
39-
URL = "https://github.com/scanny/python-pptx"
39+
URL = "https://github.com/sparkfish/python-pptx"
4040
LICENSE = "MIT"
4141
PACKAGES = find_packages(exclude=["tests", "tests.*"])
4242
PACKAGE_DATA = {"pptx": ["templates/*"]}

0 commit comments

Comments
 (0)