Skip to content

Commit ea397f7

Browse files
committed
chore: remove unused code
1 parent f4eb7be commit ea397f7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
VERSION = "3.2.4"
3838
GAMMU_REQUIRED = "1.37.90"
3939

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-
4640

4741
class GammuConfig:
4842
def __init__(self):

0 commit comments

Comments
 (0)