Gets package ready for PyPI

pull/74/head
Scott 8 years ago
parent ebdd8221d9
commit 3c7f57a050

@ -0,0 +1,2 @@
[metadata]
description-file = README.md

@ -4,7 +4,7 @@ from setuptools import setup
from codecs import open
from os import path
VERSION = "2.1.0"
VERSION = "3.0.0"
DESCRIPTION = " Remove your comment history on Reddit as deleting an account does not do so."
here = path.abspath(path.dirname(__file__))

Loading…
Cancel
Save