From 6a3ad276ea579c63acac2bf3e7b9ff3ee81c8758 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 8 Aug 2019 00:25:55 +0200
Subject: [PATCH] Update README.rst and setup.cfg

---
 README.rst | 17 ++++++++---------
 setup.cfg  |  6 +++---
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/README.rst b/README.rst
index 7e3e361..32d49d4 100644
--- a/README.rst
+++ b/README.rst
@@ -11,18 +11,17 @@
 pystencils_autodiff
 ===================
 
+Installation
+------------
 
-Add a short description here!
+Install via pip :
 
+.. code-block:: bash
 
-Description
-===========
+   pip install pyconrad
 
-A longer description of your project goes here...
+or if you downloaded this repository (https://github.com/theHamsta/pystencils_autodiff) using:
 
+.. code-block:: bash
 
-Note
-====
-
-This project has been set up using PyScaffold 3.2. For details and usage
-information on PyScaffold see https://pyscaffold.org/.
+   pip install -e .
diff --git a/setup.cfg b/setup.cfg
index cef06d8..a7ed952 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,15 +4,15 @@
 
 [metadata]
 name = pystencils_autodiff
-description = Add a short description here!
+description = Automatic differentiation and generation of Torch/Tensorflow operations with pystencils (https://i10git.cs.fau.de/pycodegen/pystencils)
 author = Stephan Seitz
 author-email = stephan.seitz@fau.de
-license = mit
+license = GPLv3
 long-description = file: README.rst
 long-description-content-type = text/x-rst; charset=UTF-8
 url = https://github.com/pyscaffold/pyscaffold/
 project-urls =
-    Documentation = https://pyscaffold.org/
+    Documentation = https://pystencils-autodiff.readthedocs.io/en/latest/
 # Change if running only on Windows, Mac or Linux (comma-separated)
 platforms = any
 # Add here all kinds of additional classifiers as defined under
-- 
GitLab