diff --git a/setup.py b/setup.py index d357f31..f46d379 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import re from functools import partial from setuptools import setup, find_packages diff --git a/telegramRSSbot.py b/telegramRSSbot.py index f500aeb..e9fd369 100644 --- a/telegramRSSbot.py +++ b/telegramRSSbot.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import src if __name__ == '__main__':