Skip to content

Commit 51fdf28

Browse files
authored
Clarify project summary (#16)
1 parent f4ce2e5 commit 51fdf28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_msbuild.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import sys
32
from pymsbuild import *
43
from pymsbuild.dllpack import *
54

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

0 commit comments

Comments
 (0)