mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 17:15:36 +00:00
Use README.md for long_description
This commit is contained in:
7
setup.py
7
setup.py
@@ -1,11 +1,18 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
import os.path
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
|
||||||
|
readme = f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='galvani',
|
name='galvani',
|
||||||
version='0.0.1a1',
|
version='0.0.1a1',
|
||||||
description='Open and process battery charger log data files',
|
description='Open and process battery charger log data files',
|
||||||
|
long_description=readme,
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
url='https://github.com/chatcannon/galvani',
|
url='https://github.com/chatcannon/galvani',
|
||||||
author='Chris Kerr',
|
author='Chris Kerr',
|
||||||
author_email='chris.kerr@mykolab.ch',
|
author_email='chris.kerr@mykolab.ch',
|
||||||
|
|||||||
Reference in New Issue
Block a user