fix: try changing package name
This commit is contained in:
Родитель
6fb926c2a1
Коммит
367fc7de92
26
setup.py
26
setup.py
|
@ -3,11 +3,33 @@ from setuptools import setup
|
|||
__version__ = "0.0.3"
|
||||
|
||||
setup(
|
||||
name="jacdac",
|
||||
name="pyJacdac",
|
||||
version=__version__,
|
||||
description="Python client package for Microsoft Jacdac",
|
||||
license="MIT",
|
||||
keyboards=["jacdac"],
|
||||
author="Microsoft Corporation",
|
||||
url="https://microsoft.github.io/jacdac-docs/clients/python/"
|
||||
url="https://microsoft.github.io/jacdac-docs/clients/python/",
|
||||
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
|
||||
classifiers=[
|
||||
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: Education',
|
||||
'Intended Audience :: Science/Research',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Operating System :: Unix',
|
||||
'Operating System :: POSIX',
|
||||
'Operating System :: Microsoft :: Windows',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: System :: Hardware',
|
||||
'Topic :: Software Development :: Embedded Systems'
|
||||
],
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче