mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
18 lines
404 B
Python
18 lines
404 B
Python
$NetBSD: patch-setup.py,v 1.2 2016/07/28 09:54:59 wiz Exp $
|
|
|
|
https://github.com/mplewis/csvtomd/issues/10
|
|
|
|
--- setup.py.orig 2014-07-14 00:13:47.000000000 +0000
|
|
+++ setup.py
|
|
@@ -1,7 +1,8 @@
|
|
from setuptools import setup
|
|
|
|
-with open('README.rst') as f:
|
|
- long_description = f.read()
|
|
+#with open('README.rst') as f:
|
|
+# long_description = f.read()
|
|
+long_description=''
|
|
|
|
setup(
|
|
name='csvtomd',
|