Skip to content

Commit

Permalink
fix packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Büchau committed Apr 28, 2017
1 parent 219272e commit efdb51c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ Install
+++++++

This package is on `PyPi <https://pypi.python.org>`_. To install
``numericalmodel``, run::
``numericalmodel``, run

pip3 install --user numericalmodel
.. code:: sh
pip install numericalmodel
Documentation
+++++++++++++
Expand Down
8 changes: 0 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
[metadata]
name = numericalmodel
description = abstract classes to set up and run a numerical model
author = Yann Büchau
author_email = yann.buechau@web.de
keywords = modelling
license = GPLv3

[build_sphinx]
source-dir = docs/
build-dir = docs/build
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ def read_file(filename):
# run setup
# take metadata from setup.cfg
setup(
name = "numericalmodel",
description = "abstract classes to set up and run a numerical model",
author = "Yann Büchau",
author_email = "yann.buechau@web.de",
keywords = "modelling",
license = "GPLv3",
version = __version__,
url = 'https://github.com/nobodyinperson/python3-numericalmodel',
download_url = ("https://github.com/nobodyinperson/"
Expand Down

0 comments on commit efdb51c

Please sign in to comment.