Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
103f61b6
Commit
103f61b6
authored
May 08, 2019
by
Will Stott
Committed by
Robert
May 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Python PyPI] Added classifiers and more links. Fixes typo and #5215 (#5272)
parent
e47ca7ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
setup.py
python/setup.py
+18
-3
No files found.
python/setup.py
View file @
103f61b6
...
...
@@ -47,11 +47,25 @@ setup(
license
=
'Apache 2.0'
,
author
=
'FlatBuffers Contributors'
,
author_email
=
'me@rwinslow.com'
,
url
=
'https://github.com/google/flatbuffers'
,
long_description
=
(
'Python runtime library for use with the Flatbuffers'
url
=
'https://google.github.io/flatbuffers/'
,
long_description
=
(
'Python runtime library for use with the '
'`Flatbuffers <https://google.github.io/flatbuffers/>`_ '
'serialization format.'
),
packages
=
[
'flatbuffers'
],
include_package_data
=
True
,
requires
=
[],
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'
,
},
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment