Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions _msbuild.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys
from pymsbuild import *
from pymsbuild.dllpack import *

Expand All @@ -25,7 +24,7 @@ def can_embed(tag):
"Sources, https://github.com/python/pymanager",
"Issues, https://github.com/python/pymanager",
],
"Summary": "Proof of concept for Python install manager app",
"Summary": "The Python Install Manager app",
"Description": File("README.md"),
"Description-Content-Type": "text/markdown",
"Keywords": "python,install,manager",
Expand Down