[tor-commits] [sbws/master] Include examples

pastly at torproject.org pastly at torproject.org
Thu Aug 9 14:21:20 UTC 2018


commit d1eee1d18977a45a8d2f9802c7415d0bb6032508
Author: juga0 <juga at riseup.net>
Date:   Tue Jul 24 18:40:55 2018 +0000

    Include examples
---
 setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index e009a7b..7985eac 100755
--- a/setup.py
+++ b/setup.py
@@ -24,12 +24,11 @@ def get_package_data():
     return [
         'config.default.ini',
         'config.log.default.ini',
-        'config.example.ini',
     ]
 
 
 def get_data_files():
-    return []
+    return [('examples', [os.path.join('examples', 'config.example.ini')])]
 
 
 def find_version():





More information about the tor-commits mailing list