diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644
index 82d44b28c2180d30957fad6c15e9174cee0875a2..0000000000000000000000000000000000000000
--- a/MANIFEST
+++ /dev/null
@@ -1,11 +0,0 @@
-Changes
-Makefile.PL
-MANIFEST
-README.md
-t/00-use.t
-t/01-dispatching.t
-t/02-realworld.t
-t/03-realworld-no-wrapping.t
-t/04-pod.t
-t/05-pod-coverage.t
-lib/WebService/Redmine.pm
diff --git a/README b/README
deleted file mode 100644
index 18c0d76218a611735562afb2f0f1b6e6acea9456..0000000000000000000000000000000000000000
--- a/README
+++ /dev/null
@@ -1,14 +0,0 @@
-WebService::Redmine
-
-This is a Perl binding to Redmine REST API (http://www.redmine.org/projects/redmine/wiki/Rest_api).
-
-This is the part of the redminer project (https://github.com/igelhaus/redminer).
-
-For more details, please see README.md file or POD documentation shipped with the module.
-
-INSTALLATION
-
-$ perl Makefile.PL
-$ make
-$ make test
-$ make install