Merging upstream version 1.7.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8c30c4a435
commit
dff5d07ea8
7 changed files with 78 additions and 180 deletions
8
setup.py
8
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
__version__ = "1.6.4"
|
||||
__version__ = "1.7.0"
|
||||
|
||||
|
||||
setup(
|
||||
|
@ -9,21 +9,19 @@ setup(
|
|||
url="https://github.com/caesar0301/treelib",
|
||||
author="Xiaming Chen",
|
||||
author_email="chenxm35@gmail.com",
|
||||
description="A Python 2/3 implementation of tree structure.",
|
||||
description="A Python implementation of tree structure.",
|
||||
long_description="""This is a simple tree data structure implementation in python.""",
|
||||
license="Apache License, Version 2.0",
|
||||
packages=["treelib"],
|
||||
keywords=["data structure", "tree", "tools"],
|
||||
install_requires=["six"],
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Console",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue