blob: 0dd8d8144b8ae69d7d4e3a74b73223e1a44d8ae5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Let users decide to install the examples files via the EXAMPLES option.
--- setup.py.orig 2022-05-08 10:57:35 UTC
+++ setup.py
@@ -39,10 +39,6 @@ m['data_files'] = [
'share/man/man7/urlwatch-deprecated.7',
'share/man/man7/urlwatch-intro.7',
]),
- ('share/urlwatch/examples', [
- 'share/urlwatch/examples/hooks.py.example',
- 'share/urlwatch/examples/urls.yaml.example',
- ]),
]
m['project_urls'] = {
'Source': 'https://github.com/thp/urlwatch',
|