We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdfb90 commit 479ae2bCopy full SHA for 479ae2b
setup.py
@@ -22,6 +22,7 @@
22
23
import numpy
24
import os
25
+import codecs
26
27
package_root = os.path.abspath(os.path.dirname(__file__))
28
@@ -41,7 +42,7 @@
41
42
'tqdm',
43
],
44
description="Open source 3D structural geology modelling",
- long_description=codecs.open("README.rst", "r", "utf-8").read(),
45
+ long_description=codecs.open("README.md", "r", "utf-8").read(),
46
author="Lachlan Grose",
47
author_email="lachlan.grose@monash.edu",
48
license=("MIT"),
0 commit comments