diff --git a/setup.py b/setup.py index 6747ab6..e3a54b0 100644 --- a/setup.py +++ b/setup.py @@ -26,8 +26,9 @@ # Use username __token__ # Use password from token # Delete token after use -with open("README.md", "r") as fh: - long_description = fh.read() +#with open("README.md", "r") as fh: +# long_description = fh.read() +long_description = "Fast string extraction from binary buffers." setup( name='binary2strings', version=__version__,