mirror of
https://github.com/Civlo85/gsmHat.git
synced 2026-07-17 08:36:57 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94558e35fc |
@@ -1,10 +1,16 @@
|
|||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
with open('README.md') as f:
|
||||||
|
long_description = f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'gsmHat',
|
name = 'gsmHat',
|
||||||
packages = ['gsmHat'],
|
packages = ['gsmHat'],
|
||||||
version = '0.4',
|
version = '0.4.2',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
description = 'Using the Waveshare GSM/GPRS/GNSS Hat for Raspberry Pi with Python',
|
description = 'Using the Waveshare GSM/GPRS/GNSS Hat for Raspberry Pi with Python',
|
||||||
|
long_description = long_description,
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
author = 'Tarek Tounsi',
|
author = 'Tarek Tounsi',
|
||||||
author_email = 'software@tounsi.de',
|
author_email = 'software@tounsi.de',
|
||||||
url = 'https://github.com/Civlo85/gsmHat',
|
url = 'https://github.com/Civlo85/gsmHat',
|
||||||
|
|||||||
Reference in New Issue
Block a user