Skip to content

Commit

Permalink
Fix description type (#126)
Browse files Browse the repository at this point in the history
* add manifest

* update manifest

* exclude __pycache__ from sdist

* add loader path

* fix termination of cmake it

* fix description type
  • Loading branch information
hmacdope authored Oct 24, 2022
1 parent 233e2f7 commit 63ebe4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
name="distopia",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
long_description_content_type = "text/markdown",
description=description,
long_description=long_description,
author=['Hugo MacDermott-Opeskin', "Richard Gowers"],
Expand Down

0 comments on commit 63ebe4b

Please sign in to comment.