diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 00000000..09c4c647
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 9c3767cb..302c8678 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,15 +2,7 @@
-
-
-
-
-
-
-
-
@@ -26,7 +18,7 @@
-
+
@@ -35,11 +27,32 @@
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -56,8 +69,8 @@
-
-
+
+
@@ -113,20 +126,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -149,7 +148,7 @@
TrescCaixabankselectBox
-
+ Abengoa BAtresmediaAbengoaAben
@@ -164,9 +163,9 @@
../Dateconvert_tickers_into_csv
- print
- <tableresources
+ <table
+ print
@@ -191,13 +190,15 @@
-
+
+
+
@@ -418,9 +419,9 @@
-
+
-
+
@@ -454,7 +455,7 @@
-
+
@@ -462,6 +463,9 @@
+
+
+
@@ -669,13 +673,6 @@
-
-
-
-
-
-
-
@@ -704,10 +701,34 @@
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/README.rst b/README.rst
new file mode 100644
index 00000000..ac5b764a
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,12 @@
+Investing Scrapper of continuous Spanish stock market
+=====================================================
+Since `Investing `_ does not have an API to retrieve
+historical data of the continuous spanish stock market, I decided to create a scrapper
+to retrieve that information.
+Mainly I decided to create this scrapper in order to get the exact data I want
+for my Final Degree Project in the University of Salamanca.
+So, to sum up, this is not a professional scrapper, it's just a solution to solve my problem,
+but I will continue updating it, since this is just the pre-alpha version of it. So you can
+retrieve more information indexed in Investing.
+Disclaimer: this is just for personal use, I am not related at all with Investing or
+any related company. This is just a piece of a research project made by me.
\ No newline at end of file
diff --git a/investing_scrapper/__pycache__/__init__.cpython-36.pyc b/investing_scrapper/__pycache__/__init__.cpython-36.pyc
index e9af6264..3e19409a 100644
Binary files a/investing_scrapper/__pycache__/__init__.cpython-36.pyc and b/investing_scrapper/__pycache__/__init__.cpython-36.pyc differ
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..11e9ec40
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[metadata]
+description-file = README.rst
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 4a3850d5..d02834a5 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
author='Álvaro Bartolomé',
author_email='alvarob96@usal.es',
description='This is a scrapping tool that retrieves continuous Spanish stock market information from https://es.investing.com, into a Pandas DataFrame.',
- install_requires=['requests', 'pandas', 'beautifulsoup4'],
+ install_requires=['requests', 'pandas', 'beautifulsoup4', 'pkg_resources'],
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3.6",