diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..72ca36c --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE README.md diff --git a/setup.py b/setup.py index 47eed11..632fb27 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup from codecs import open from os import path -VERSION = "6.0.0" +VERSION = "6.0.2" DESCRIPTION = " Remove your comment history on Reddit as deleting an account does not do so." here = path.abspath(path.dirname(__file__))