From aedaa7ee56f1b5596939af851f0ebe3234c32e2e Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Thu, 25 Apr 2019 21:59:25 +0300 Subject: [PATCH] More styling --- setup.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index f07800c..3c7f1b5 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,10 @@ -""" -Packaging implementation for PySnooper - -Copyright 2019 Ram Rachum and collaborators. -This program is distributed under the MIT license. -""" +# Copyright 2019 Ram Rachum and collaborators. +# This program is distributed under the MIT license. import setuptools import re def read_file(filename): - """Return the contents of a file""" with open(filename) as file: return file.read()