We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a4593 commit c32a9a7Copy full SHA for c32a9a7
1 file changed
setup.py
@@ -24,7 +24,7 @@ def text_of(relpath):
24
version = re.search(r'__version__ = "([^"]+)"', text_of("docx/__init__.py")).group(1)
25
26
27
-NAME = "python-docx"
+NAME = "vo-python-docx"
28
VERSION = version
29
DESCRIPTION = "Create and update Microsoft Word .docx files."
30
KEYWORDS = "docx office openxml word"
0 commit comments