8000 Remove TRANSITIONAL package support · tsahee/msgpack-python@aab29ff · GitHub
[go: up one dir, main page]

Skip to content

Commit aab29ff

Browse files
committed
Remove TRANSITIONAL package support
1 parent a05fc5e commit aab29ff

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

setup.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
PY2 = sys.version_info[0] == 2
1515

1616

17-
# for building transitional package.
18-
TRANSITIONAL = False
19-
20-
2117
class NoCython(Exception):
2218
pass
2319

@@ -110,14 +106,8 @@ def __init__(self, *args, **kwargs):
110106
long_desc = f.read()
111107
del f
112108

113-
name = "msgpack"
114-
115-
if TRANSITIONAL:
116-
name = "msgpack-python"
117-
long_desc = "This package is deprecated. Install msgpack instead."
118-
119109
setup(
120-
name=name,
110+
name="msgpack",
121111
author="Inada Naoki",
122112
author_email="songofacandy@gmail.com",
123113
version=version_str,

0 commit comments

Comments
 (0)
0