mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 13:52:01 +00:00
Update Python package description: license, descriptions.
This commit is contained in:
@@ -2,16 +2,15 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='flatbuffers',
|
name='flatbuffers',
|
||||||
version='0.1',
|
version='2015.05.14.0',
|
||||||
license='BSD',
|
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/python',
|
url='https://github.com/google/flatbuffers',
|
||||||
long_description=('Python runtime library and code generator for use with'
|
long_description=('Python runtime library for use with the Flatbuffers'
|
||||||
'the Flatbuffers serialization format.'),
|
'serialization format.'),
|
||||||
packages=['flatbuffers'],
|
packages=['flatbuffers'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
requires=[],
|
requires=[],
|
||||||
description=('Runtime library and code generator for use with the '
|
description='The FlatBuffers serialization format for Python',
|
||||||
'Flatbuffers serialization format.'),
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user