Skip to content

Commit 84dc006

Browse files
committed
🏆 add contributors and update license
1 parent b60e386 commit 84dc006

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CONTRIBUTORS.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Contributors
2+
================================================================================
3+
4+
`John Vandenberg <https://github.com/jayvdb>`_
5+
`PRAJWAL M <https://github.com/PrajwalM2212>`_
6+
`SerekKiri <https://github.com/SerekKiri>`_

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2017 Onni Software Ltd.
3+
Copyright (c) 2016-2017 Onni Software Ltd. and its contributors.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525
URL = 'https://github.com/moremoban/moban'
2626
DOWNLOAD_URL = '%s/archive/0.3.0.tar.gz' % URL
27-
FILES = ['README.rst', 'CHANGELOG.rst']
27+
FILES = ['README.rst', 'CONTRIBUTORS.rst', 'CHANGELOG.rst']
2828
KEYWORDS = [
2929
'jinja2',
3030
'moban',

0 commit comments

Comments
 (0)