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 merge requests found
...@@ -11,18 +11,17 @@ ...@@ -11,18 +11,17 @@
pystencils_autodiff 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 pip install -e .
====
This project has been set up using PyScaffold 3.2. For details and usage
information on PyScaffold see https://pyscaffold.org/.
...@@ -4,15 +4,15 @@ ...@@ -4,15 +4,15 @@
[metadata] [metadata]
name = pystencils_autodiff 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 = Stephan Seitz
author-email = stephan.seitz@fau.de author-email = stephan.seitz@fau.de
license = mit license = GPLv3
long-description = file: README.rst long-description = file: README.rst
long-description-content-type = text/x-rst; charset=UTF-8 long-description-content-type = text/x-rst; charset=UTF-8
url = https://github.com/pyscaffold/pyscaffold/ url = https://github.com/pyscaffold/pyscaffold/
project-urls = 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) # Change if running only on Windows, Mac or Linux (comma-separated)
platforms = any platforms = any
# Add here all kinds of additional classifiers as defined under # Add here all kinds of additional classifiers as defined under
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment