Skip to content

Commit 707fef8

Browse files
committed
Incremented version and added readme to pypi description.
1 parent 6b1b097 commit 707fef8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

geofound/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.11"
1+
__version__ = "0.4.12"

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
with open("geofound/__about__.py") as fp:
55
exec(fp.read(), about)
66

7+
with open('README.rst') as readme_file:
8+
readme = readme_file.read()
9+
710
setup(name='geofound',
811
version=about['__version__'],
912
description='A package to assess the bearing capacity and settlement of geofound',
13+
long_description=readme + '\n\n',
1014
url='https://github.com/eng-tools/geofound',
1115
author='Maxim Millen',
1216
author_email='mmi46@uclive.ac.nz',

0 commit comments

Comments
 (0)