diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2018-01-10 02:48:08 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2018-01-10 02:48:08 +0900 |
| commit | 5be93786404d4e95de933d1bc64640402c3f2696 (patch) | |
| tree | acff2c051e1fcada96531b0cedd4f0d6fe0aacc9 /dummy | |
| parent | ab66c272b03805fd16f0346238e8b7d1233b96c4 (diff) | |
| download | msgpack-python-5be93786404d4e95de933d1bc64640402c3f2696.tar.gz | |
Make msgpack-python deprecated clone of msgpack.
Diffstat (limited to 'dummy')
| -rw-r--r-- | dummy/README | 2 | ||||
| -rw-r--r-- | dummy/setup.py | 31 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dummy/README b/dummy/README deleted file mode 100644 index bf1eeb6..0000000 --- a/dummy/README +++ /dev/null @@ -1,2 +0,0 @@ -This is dummy transition package for msgpak. -Install msgpack instead of msgpack-python. diff --git a/dummy/setup.py b/dummy/setup.py deleted file mode 100644 index 0f1e6e7..0000000 --- a/dummy/setup.py +++ /dev/null @@ -1,31 +0,0 @@ -from setuptools import setup, Extension - -long_desc = """\ -msgpack-python is renamed to just msgpack. - -Install msgpack by ``pip install msgpack``. -""" - - -setup(name='msgpack-python', - author='INADA Naoki', - author_email='songofacandy@gmail.com', - version="0.5.0", - description="Transition package for msgpack", - long_description=long_desc, - install_requires=["msgpack>=0.5"], - url='http://msgpack.org/', - license='Apache 2.0', - classifiers=[ - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: Implementation :: CPython', - 'Programming Language :: Python :: Implementation :: PyPy', - 'Intended Audience :: Developers', - 'License :: OSI Approved :: Apache Software License', - ], -) |
