mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 13:12:18 +00:00
This commit is contained in:
@@ -47,11 +47,25 @@ setup(
|
|||||||
license='Apache 2.0',
|
license='Apache 2.0',
|
||||||
author='FlatBuffers Contributors',
|
author='FlatBuffers Contributors',
|
||||||
author_email='me@rwinslow.com',
|
author_email='me@rwinslow.com',
|
||||||
url='https://github.com/google/flatbuffers',
|
url='https://google.github.io/flatbuffers/',
|
||||||
long_description=('Python runtime library for use with the Flatbuffers'
|
long_description=('Python runtime library for use with the '
|
||||||
|
'`Flatbuffers <https://google.github.io/flatbuffers/>`_ '
|
||||||
'serialization format.'),
|
'serialization format.'),
|
||||||
packages=['flatbuffers'],
|
packages=['flatbuffers'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
requires=[],
|
requires=[],
|
||||||
description='The FlatBuffers serialization format for Python',
|
description='The FlatBuffers serialization format for Python',
|
||||||
)
|
classifiers=[
|
||||||
|
'Intended Audience :: Developers',
|
||||||
|
'License :: OSI Approved :: Apache Software License',
|
||||||
|
'Operating System :: OS Independent',
|
||||||
|
'Programming Language :: Python',
|
||||||
|
'Programming Language :: Python :: 2',
|
||||||
|
'Programming Language :: Python :: 3',
|
||||||
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
|
],
|
||||||
|
project_urls={
|
||||||
|
'Documentation': 'https://google.github.io/flatbuffers/',
|
||||||
|
'Source': 'https://github.com/google/flatbuffers',
|
||||||
|
},
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user