Skip to content

Commit

Permalink
Merge branch 'feature/results' of https://github.com/StatikTUM/nfem i…
Browse files Browse the repository at this point in the history
…nto feature/results
  • Loading branch information
oberbichler committed Jan 25, 2021
2 parents 40fd10d + afc5ba8 commit 6d677a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ def get_version(path):
return version_match.group(1)


with open('README.md', 'r') as f:
long_description = f.read()


setup(
name='nfem',
version=get_version(os.path.join('nfem', '__init__.py')),
description='NFEM Teaching Tools',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/StatikTUM/nfem',
author='Thomas Oberbichler, Armin Geiser, Klaus Sautter, Aditya Ghantasala, Mahmoud Zidan',
author_email='',
Expand Down

0 comments on commit 6d677a7

Please sign in to comment.