We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fb044 commit d80778fCopy full SHA for d80778f
docs/source/index.rst
@@ -77,5 +77,5 @@ Manual
77
LICENSE
78
-------
79
80
-.. literalinclude:: ../../LICENSE.md
+.. literalinclude:: ../../LICENSE.txt
81
:language: text
pyproject.toml
@@ -15,7 +15,7 @@ authors = [
15
description = "Pythonic wrappers for the IMAS Access Layer"
16
readme = {file = "README.md", content-type = "text/markdown"}
17
requires-python = ">=3.7"
18
-license = {file = "LICENSE.md"}
+license = {file = "LICENSE.txt"}
19
classifiers = [
20
"Development Status :: 3 - Alpha",
21
"Environment :: Console",
0 commit comments