File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ def ascii_bytes_from(path, *paths):
2323init_py = ascii_bytes_from (thisdir , "pptx" , "__init__.py" )
2424readme = ascii_bytes_from (thisdir , "README.rst" )
2525history = ascii_bytes_from (thisdir , "HISTORY.rst" )
26- license = ascii_bytes_from (thisdir , "LICENSE" )
2726
2827# Read the version from pptx.__version__ without importing the package
2928# (and thus attempting to import packages it depends on that may not be
@@ -38,7 +37,7 @@ def ascii_bytes_from(path, *paths):
3837AUTHOR = "Steve Canny"
3938AUTHOR_EMAIL = "python-pptx@googlegroups.com"
4039URL = "https://github.com/scanny/python-pptx"
41- LICENSE = license
40+ LICENSE = "MIT"
4241PACKAGES = find_packages (exclude = ["tests" , "tests.*" ])
4342PACKAGE_DATA = {"pptx" : ["templates/*" ]}
4443
You can’t perform that action at this time.
0 commit comments