Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(822)

Unified Diff: setup.py

Issue 369860043: mt940: Do not fail on optional balances (Closed)
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mt940/test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: setup.py
===================================================================
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
long_description=read('README'),
packages=find_packages(),
package_data={
- 'mt940': ['MT940.txt'],
+ 'mt940': ['MT940.txt', 'MT940-optional.txt'],
},
classifiers=[
'Intended Audience :: Developers',
« no previous file with comments | « mt940/test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b