mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Rename docs to doc
This commit is contained in:
parent
5122bd81f9
commit
8dfa8281d1
5
setup.py
5
setup.py
|
@ -468,8 +468,8 @@ if __name__ == "__main__":
|
||||||
license="Python (MIT style)",
|
license="Python (MIT style)",
|
||||||
# long_description=DESCRIPTION,
|
# long_description=DESCRIPTION,
|
||||||
long_description=open("README.txt").read() + "\n" +
|
long_description=open("README.txt").read() + "\n" +
|
||||||
open(os.path.join("docs", "INSTALL.txt")).read() +
|
open(os.path.join("doc", "INSTALL.txt")).read() +
|
||||||
open(os.path.join("docs", "HISTORY.txt")).read(),
|
open(os.path.join("doc", "HISTORY.txt")).read(),
|
||||||
name=NAME,
|
name=NAME,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
setup_requires=["setuptools_hg"],
|
setup_requires=["setuptools_hg"],
|
||||||
|
@ -477,5 +477,4 @@ if __name__ == "__main__":
|
||||||
scripts = glob.glob("Scripts/pil*.py"),
|
scripts = glob.glob("Scripts/pil*.py"),
|
||||||
url=HOMEPAGE,
|
url=HOMEPAGE,
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
include_package_data=True,
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user