Skip to content
Snippets Groups Projects
Commit 6a3ad276 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Update README.rst and setup.cfg

parent 31acf4e4
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment