diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 57c2977..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,3 +0,0 @@ -include LICENSE -include CONTRIBUTING.rst -include README.rst diff --git a/README.rst b/README.rst index 718a7f3..88aced4 100644 --- a/README.rst +++ b/README.rst @@ -27,17 +27,18 @@ or jump right into the code by viewing the `examples =2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4.0 -install_requires = - aenum - requests - beautifulsoup4 diff --git a/setup.py b/setup.py deleted file mode 100755 index 3216505..0000000 --- a/setup.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python -# -*- coding: UTF-8 -*- - -from __future__ import unicode_literals - -from setuptools import setup - -setup()