Skip to content

Commit c32a9a7

Browse files
authored
update package name in setup file (#13)
1 parent a3a4593 commit c32a9a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def text_of(relpath):
2424
version = re.search(r'__version__ = "([^"]+)"', text_of("docx/__init__.py")).group(1)
2525

2626

27-
NAME = "python-docx"
27+
NAME = "vo-python-docx"
2828
VERSION = version
2929
DESCRIPTION = "Create and update Microsoft Word .docx files."
3030
KEYWORDS = "docx office openxml word"

0 commit comments

Comments
 (0)