forked from pool/python-tpfd
- Initial spec for v0.2.4 OBS-URL: https://build.opensuse.org/request/show/691625 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tpfd?expand=0&rev=1
9 lines
274 B
Diff
9 lines
274 B
Diff
--- tpfd-0.2.4-orig/setup.py 2019-04-05 08:53:40.970638340 +0700
|
|
+++ tpfd-0.2.4/setup.py 2019-04-05 08:54:03.326802040 +0700
|
|
@@ -24,4 +24,4 @@
|
|
zip_safe=False,
|
|
classifiers=CLASSIFIERS,
|
|
install_requires=['parse'],
|
|
- data_files=['test/Test1.txt'])
|
|
+)
|