diff --git a/README.rst b/README.rst index 7e3e3617215fe1f4904ae7247dcb7b7720dc99a7..32d49d4ae3bb94bb0e27030d2e58066903686522 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 cef06d8db4b7fb9aa16d72353266348e36b1e82f..a7ed9521ec7ed6920a22675d8c8bcb7173c699c7 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