diff --git a/setup.py b/setup.py index 339d38d..3cfa609 100644 --- a/setup.py +++ b/setup.py @@ -8,15 +8,7 @@ version="2.0.2", author="David Salac", author_email="info@davidsalac.eu", - description= - """A simple spreadsheet that keeps tracks of each operation of each cell -in defined languages. Logic allows exporting sheets to Excel files (and -see how each cell is computed), to the JSON strings with a description -of computation of each cell (e. g. in the native language). Other -formats, like HTML, CSV and Markdown (MD), are also implemented (user -can define own format). It also allows reconstructing behaviours in -native Python with NumPy. The sheets can be easily created and handled -in a way similar to Pandas DataFrame.""", + description="A simple spreadsheet that keeps tracks of each operation of each cell in defined languages. Logic allows exporting sheets to Excel files (and see how each cell is computed), to the JSON strings with a description of computation of each cell (e. g. in the native language). Other formats, like HTML, CSV and Markdown (MD), are also implemented (user can define own format). It also allows reconstructing behaviours in native Python with NumPy.", # noqa long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/david-salac/Portable-spreadsheet-generator",