There was an error while loading. Please reload this page.
1 parent f4eb7be commit ea397f7Copy full SHA for ea397f7
1 file changed
setup.py
@@ -37,12 +37,6 @@
37
VERSION = "3.2.4"
38
GAMMU_REQUIRED = "1.37.90"
39
40
-# readme
41
-THIS_DIRECTORY = os.path.abspath(os.path.dirname(__file__))
42
-README_FILE = os.path.join(THIS_DIRECTORY, "README.rst")
43
-with open(README_FILE, encoding="utf-8") as readme:
44
- LONG_DESCRIPTION = readme.read()
45
-
46
47
class GammuConfig:
48
def __init__(self):
0 commit comments