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 6a77345 commit bab0afeCopy full SHA for bab0afe
setup.py
@@ -13,6 +13,8 @@
13
packages=find_packages(),
14
author="Guillaume Auzias",
15
description="Surface anaLysis And Modeling",
16
+ long_description=open('README.md').read(),
17
+ long_description_content_type='text/markdown',
18
url="https://github.com/brain-slam/slam",
19
license="MIT",
20
python_requires=">=3.6", # enforce Python 3.6 as minimum
0 commit comments