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 15ea9b4 commit c870ddfCopy full SHA for c870ddf
.moban.d/custom_setup.py.jj2
@@ -1,4 +1,4 @@
1
-{% extends 'setup.py.jj2' %}
+{% extends 'pyexcel-setup.py.jj2' %}
2
3
{%block platform_block%}
4
{%endblock%}
setup.py
@@ -40,7 +40,7 @@
40
)
41
URL = "https://github.com/pyexcel/pyexcel-ods3"
42
DOWNLOAD_URL = "%s/archive/0.6.1.tar.gz" % URL
43
-FILES = ["README.rst", "CHANGELOG.rst"]
+FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
44
KEYWORDS = [
45
"python",
46
'ods'
@@ -59,6 +59,8 @@
59
"Programming Language :: Python :: 3.7",
60
"Programming Language :: Python :: 3.8",
61
62
+ 'License :: OSI Approved :: BSD License',
63
+
64
]
65
66
PYTHON_REQUIRES = ">=3.6"
0 commit comments