Skip to content

Commit c870ddf

Browse files
committed
📚 include contributor in the setup file
1 parent 15ea9b4 commit c870ddf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.moban.d/custom_setup.py.jj2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'setup.py.jj2' %}
1+
{% extends 'pyexcel-setup.py.jj2' %}
22

33
{%block platform_block%}
44
{%endblock%}

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
)
4141
URL = "https://github.com/pyexcel/pyexcel-ods3"
4242
DOWNLOAD_URL = "%s/archive/0.6.1.tar.gz" % URL
43-
FILES = ["README.rst", "CHANGELOG.rst"]
43+
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
4444
KEYWORDS = [
4545
"python",
4646
'ods'
@@ -59,6 +59,8 @@
5959
"Programming Language :: Python :: 3.7",
6060
"Programming Language :: Python :: 3.8",
6161

62+
'License :: OSI Approved :: BSD License',
63+
6264
]
6365

6466
PYTHON_REQUIRES = ">=3.6"

0 commit comments

Comments
 (0)