diff --git a/exporter/opentelemetry-exporter-prometheus-remote-write/CHANGELOG.md b/exporter/opentelemetry-exporter-prometheus-remote-write/CHANGELOG.md
index 1512c42162..a57d13b97a 100644
--- a/exporter/opentelemetry-exporter-prometheus-remote-write/CHANGELOG.md
+++ b/exporter/opentelemetry-exporter-prometheus-remote-write/CHANGELOG.md
@@ -1,3 +1,7 @@
# Changelog
## Unreleased
+
+## Initial Release
+- Prometheus Remote Write Exporter Setup
+ ((#180)[https://github.com/open-telemetry/opentelemetry-python-contrib/pull/180])
\ No newline at end of file
diff --git a/exporter/opentelemetry-exporter-prometheus-remote-write/README.rst b/exporter/opentelemetry-exporter-prometheus-remote-write/README.rst
index 1969eff12b..575af54fd5 100644
--- a/exporter/opentelemetry-exporter-prometheus-remote-write/README.rst
+++ b/exporter/opentelemetry-exporter-prometheus-remote-write/README.rst
@@ -1,8 +1,12 @@
OpenTelemetry Prometheus Remote Write Exporter
==============================================
-This library allows exporting metric data to `Prometheus Write Integrated Backends
-`_. Development is currently in progress.
+This library allows exporting metric data to `Prometheus Remote Write Integrated Backends
+`_. Latest `types.proto
+` and `remote.proto
+` Protocol Buffers
+used to create WriteRequest objects were taken from Prometheus repository. Development is
+currently in progress.
Installation
------------
@@ -19,5 +23,5 @@ Installation
References
----------
-* `Datadog `_
+* `Prometheus `_
* `OpenTelemetry Project `_
diff --git a/exporter/opentelemetry-exporter-prometheus-remote-write/setup.cfg b/exporter/opentelemetry-exporter-prometheus-remote-write/setup.cfg
index ee7cb81e02..7d2869022b 100644
--- a/exporter/opentelemetry-exporter-prometheus-remote-write/setup.cfg
+++ b/exporter/opentelemetry-exporter-prometheus-remote-write/setup.cfg
@@ -19,7 +19,7 @@ long_description = file: README.rst
long_description_content_type = text/x-rst
author = OpenTelemetry Authors
author_email = cncf-opentelemetry-contributors@lists.cncf.io
-url = https://github.com/open-telemetry/opentelemetry-python/exporter/opentelemetry-exporter-datadog
+url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/master/exporter/opentelemetry-exporter-prometheus-remote-write
platforms = any
license = Apache-2.0
classifiers =
@@ -39,7 +39,6 @@ package_dir=
=src
packages=find_namespace:
install_requires =
- ddtrace>=0.34.0
opentelemetry-api == 0.16.dev0
opentelemetry-sdk == 0.16.dev0