We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 710512f + 689a0af commit 73f20dbCopy full SHA for 73f20db
.gitignore
@@ -4,3 +4,5 @@ __pycache__
4
.pytest_cache
5
.DS_Store
6
*.egg-info
7
+build/
8
+dist/
setup.cfg
@@ -10,6 +10,7 @@ license = GPL v3
10
license_file = LICENSE
11
description = A QUEST+ implementation in Python.
12
long_description = file: README.md
13
+long_description_content_type = text/markdown
14
classifiers =
15
Intended Audience :: Science/Research
16
Programming Language :: Python
0 commit comments