python-stdnum commit: r68 - python-stdnum
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum commit: r68 - python-stdnum
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum commit: r68 - python-stdnum
- Date: Sun, 6 Mar 2011 20:54:51 +0100 (CET)
Author: arthur
Date: Sun Mar 6 20:54:49 2011
New Revision: 68
URL: http://arthurdejong.org/viewvc/python-stdnum?view=rev&revision=68
Log:
ensure that data files are always included
Modified:
python-stdnum/setup.py
Modified: python-stdnum/setup.py
==============================================================================
--- python-stdnum/setup.py Wed Mar 2 20:30:01 2011 (r67)
+++ python-stdnum/setup.py Sun Mar 6 20:54:49 2011 (r68)
@@ -34,6 +34,7 @@
setup(name='python-stdnum',
version='0.4',
packages=find_packages(),
+ package_data={ 'stdnum': ['*.dat'] },
author='Arthur de Jong',
author_email='arthur@arthurdejong.org',
url='http://arthurdejong.org/python-stdnum',
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits
- python-stdnum commit: r68 - python-stdnum,
Commits of the python-stdnum project