mirror of
https://github.com/wassname/pyreadline.git
synced 2026-09-09 11:31:11 +08:00
pyreadline: added doc directory to setup scripts
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-01-25 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
|
||||
|
||||
* Added doc directory to setup scripts
|
||||
|
||||
2006-01-25 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
|
||||
|
||||
* Added copyright notices to all files
|
||||
|
||||
+4
-1
@@ -6,7 +6,7 @@
|
||||
# Distributed under the terms of the BSD License. The full license is in
|
||||
# the file COPYING, distributed as part of this software.
|
||||
#*****************************************************************************
|
||||
|
||||
import glob
|
||||
from setuptools import setup,find_packages
|
||||
execfile('pyreadline/release.py')
|
||||
|
||||
@@ -22,5 +22,8 @@ setup(name=name,
|
||||
platforms = platforms,
|
||||
keywords = keywords,
|
||||
packages = ['pyreadline'],
|
||||
data_files = [('doc', glob.glob("doc/*")),
|
||||
],
|
||||
zip_safe = False,
|
||||
)
|
||||
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
# the file COPYING, distributed as part of this software.
|
||||
#*****************************************************************************
|
||||
|
||||
import glob
|
||||
from distutils.core import setup
|
||||
|
||||
execfile('pyreadline/release.py')
|
||||
|
||||
setup(name=name,
|
||||
version = version,
|
||||
description = description,
|
||||
@@ -23,5 +24,7 @@ setup(name=name,
|
||||
platforms = platforms,
|
||||
keywords = keywords,
|
||||
packages = ['pyreadline'],
|
||||
data_files = [('share/doc/pyreadline', glob.glob("doc/*")),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user