mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
Add Changelog.md to distributed files.
This commit is contained in:
parent
6184a9cc32
commit
7e888f5924
@ -146,6 +146,9 @@
|
|||||||
<Component Guid="{62DF41B7-0BE8-48F3-BB22-90E9201A6D8C}">
|
<Component Guid="{62DF41B7-0BE8-48F3-BB22-90E9201A6D8C}">
|
||||||
<File KeyPath="yes" Source="SourceDir\cacert.pem" />
|
<File KeyPath="yes" Source="SourceDir\cacert.pem" />
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component Guid="*">
|
||||||
|
<File KeyPath="yes" Source="SourceDir\ChangeLog.md" />
|
||||||
|
</Component>
|
||||||
<Component Guid="*">
|
<Component Guid="*">
|
||||||
<File KeyPath="yes" Source="SourceDir\commodity.csv" />
|
<File KeyPath="yes" Source="SourceDir\commodity.csv" />
|
||||||
</Component>
|
</Component>
|
||||||
@ -542,6 +545,7 @@
|
|||||||
<ComponentRef Id="_ssl.pyd" />
|
<ComponentRef Id="_ssl.pyd" />
|
||||||
<ComponentRef Id="_tkinter.pyd" />
|
<ComponentRef Id="_tkinter.pyd" />
|
||||||
<ComponentRef Id="cacert.pem" />
|
<ComponentRef Id="cacert.pem" />
|
||||||
|
<ComponentRef Id="ChangeLog.md" />
|
||||||
<ComponentRef Id="commodity.csv" />
|
<ComponentRef Id="commodity.csv" />
|
||||||
<ComponentRef Id="cs.strings" />
|
<ComponentRef Id="cs.strings" />
|
||||||
<ComponentRef Id="de.strings" />
|
<ComponentRef Id="de.strings" />
|
||||||
|
1
setup.py
1
setup.py
@ -130,6 +130,7 @@ elif sys.platform=='win32':
|
|||||||
'WinSparkle.dll',
|
'WinSparkle.dll',
|
||||||
'WinSparkle.pdb', # For debugging - don't include in package
|
'WinSparkle.pdb', # For debugging - don't include in package
|
||||||
'EUROCAPS.TTF',
|
'EUROCAPS.TTF',
|
||||||
|
'Changelog.md',
|
||||||
'commodity.csv',
|
'commodity.csv',
|
||||||
'rare_commodity.csv',
|
'rare_commodity.csv',
|
||||||
'snd_good.wav',
|
'snd_good.wav',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user