We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1b097 commit 707fef8Copy full SHA for 707fef8
geofound/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.4.11"
+__version__ = "0.4.12"
setup.py
@@ -4,9 +4,13 @@
4
with open("geofound/__about__.py") as fp:
5
exec(fp.read(), about)
6
7
+with open('README.rst') as readme_file:
8
+ readme = readme_file.read()
9
+
10
setup(name='geofound',
11
version=about['__version__'],
12
description='A package to assess the bearing capacity and settlement of geofound',
13
+ long_description=readme + '\n\n',
14
url='https://github.com/eng-tools/geofound',
15
author='Maxim Millen',
16
author_email='mmi46@uclive.ac.nz',
0 commit comments