diff --git a/playlist_length/__init__.py b/playlist_length/__init__.py index 76e3ec5..b08a8c3 100644 --- a/playlist_length/__init__.py +++ b/playlist_length/__init__.py @@ -1,6 +1,4 @@ from .__version__ import __version__ - -__version__ = __version__ __author__ = 'Karan Suthar, Mohit Solanki' __license__ = 'MIT License' __description__ = 'A command-line tool to calculate the length of videos in a directory'