Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit de3aa25

Browse files
authoredDec 22, 2018
Update setup.py
1 parent a2d8977 commit de3aa25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ class PostInstallCommand(install):
2525
"""Post-installation for installation mode."""
2626

2727
def run(self):
28-
pad_desc = "\n" + "\n".join(("#" * 60,) * 3) + "\n"
29-
warnings.warn(pad_desc + long_description + pad_desc,
30-
DeprecationWarning, stacklevel=0)
28+
pad_desc = "\n" + "\n".join(("#" * 60,)) + "\n"
29+
raise DeprecationWarning(pad_desc + long_description + pad_desc)
3130

3231

3332
setup(

0 commit comments

Comments
 (0)
This repository has been archived.