Skip to content

Commit

Permalink
Merge pull request #31 from david-salac/feature/nd-exports
Browse files Browse the repository at this point in the history
Setup.py
  • Loading branch information
david-salac authored Jan 10, 2021
2 parents ca78618 + f909a1b commit 20dd4dc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 20dd4dc

Please sign in to comment.