Small updates for PyPi
This commit is contained in:
16
Pipfile
Normal file
16
Pipfile
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[[source]]
|
||||||
|
name = "pypi"
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
verify_ssl = true
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
|
pypandoc = "*"
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
pytest = "*"
|
||||||
|
tox = "*"
|
||||||
|
Jinja2 = "*"
|
||||||
|
Cython = "*"
|
||||||
|
|
||||||
|
[requires]
|
||||||
|
python_version = "3.7"
|
||||||
5
setup.py
5
setup.py
@@ -195,19 +195,20 @@ setup(
|
|||||||
'console_scripts' : ['capnpc-cython = capnp._gen:main']
|
'console_scripts' : ['capnpc-cython = capnp._gen:main']
|
||||||
},
|
},
|
||||||
# PyPi info
|
# PyPi info
|
||||||
description="A cython wrapping of the C++ Cap'n Proto library",
|
description="A cython wrapping of the C++ Cap'n Proto library with support for asyncio",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
license='BSD',
|
license='BSD',
|
||||||
author="Jacob Alexander",
|
author="Jacob Alexander",
|
||||||
author_email="haata@kiibohd.com",
|
author_email="haata@kiibohd.com",
|
||||||
url='https://github.com/haata/pycapnp-async',
|
url='https://github.com/haata/pycapnp-async',
|
||||||
download_url='https://github.com/haata/pycapnp-async/archive/v%s.zip' % VERSION,
|
download_url='https://github.com/haata/pycapnp-async/archive/v%s.zip' % VERSION,
|
||||||
keywords=['capnp', 'capnproto', "Cap'n Proto"],
|
keywords=['capnp', 'capnproto', "Cap'n Proto", 'pycapnp', 'pycapnp-async'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
'Operating System :: MacOS :: MacOS X',
|
'Operating System :: MacOS :: MacOS X',
|
||||||
|
'Operating System :: Microsoft :: Windows :: Windows 10',
|
||||||
'Operating System :: POSIX',
|
'Operating System :: POSIX',
|
||||||
'Programming Language :: C++',
|
'Programming Language :: C++',
|
||||||
'Programming Language :: Cython',
|
'Programming Language :: Cython',
|
||||||
|
|||||||
Reference in New Issue
Block a user