Browse Source

1.0.15 markdown test on PyPi

tags/1.6.1
Trevor Irons 5 years ago
parent
commit
5886e828dd
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      setup.py

+ 2
- 1
setup.py View File

@@ -21,9 +21,10 @@ with open("README.md", "r") as fh:
21 21
     long_description = fh.read()
22 22
 
23 23
 setup(name='Akvo',
24
-      version='1.0.14',
24
+      version='1.0.15',
25 25
       description='Surface nuclear magnetic resonance workbench',
26 26
       long_description=long_description,
27
+      long_description_content_type='text/markdown',
27 28
       author='Trevor P. Irons',
28 29
       author_email='Trevor.Irons@lemmasoftware.org',
29 30
       url='https://akvo.lemmasoftware.org/',

Loading…
Cancel
Save