Dont install readme.txt on windows.
This commit is contained in:
parent
4f9d28d0d2
commit
30ca959c02
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -88,11 +88,10 @@ def get_release_date ():
|
||||||
MSVCP90Version = '9.0.21022.8'
|
MSVCP90Version = '9.0.21022.8'
|
||||||
MSVCP90Token = '1fc8b3b9a1e18e3b'
|
MSVCP90Token = '1fc8b3b9a1e18e3b'
|
||||||
|
|
||||||
data_files = []
|
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
data_files.append(('share', ['doc/README.txt']))
|
data_files = []
|
||||||
else:
|
else:
|
||||||
data_files.append(('share/man/man1', ['doc/dosage.1']))
|
data_files = [('share/man/man1', ['doc/dosage.1'])]
|
||||||
|
|
||||||
|
|
||||||
def get_nt_platform_vars ():
|
def get_nt_platform_vars ():
|
||||||
|
|
Loading…
Reference in a new issue