Skip to content

Commit c985426

Browse files
committed
Include COPYING file
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
1 parent 852ae3c commit c985426

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

COPYING

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIT License
2+
3+
Copyright (c) 2017-2018 Stephen Gallagher <sgallagh@redhat.com>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include COPYING
2+
include README.md

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='mmdzanata',
22-
version='0.4',
22+
version='0.5',
2323
packages=['mmdzanata', 'mmdzanata.fedora'],
2424
url='https://github.com/sgallagher/modulemd-zanata',
2525
license='MIT',
@@ -43,4 +43,5 @@
4343
"License :: OSI Approved :: MIT License",
4444
"Operating System :: POSIX :: Linux",
4545
),
46+
include_package_data=True,
4647
)

0 commit comments

Comments
 (0)