Skip to content

Commit 187fb1e

Browse files
committed
Update
1 parent 05d9987 commit 187fb1e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ init3:
2121
. env3/bin/activate && pip install --editable .
2222

2323
publish:
24-
python setup.py sdist upload
25-
python setup.py bdist_wheel upload
24+
python setup.py sdist bdist_wheel upload

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
with open('README.rst') as f:
1010
readme = f.read()
1111

12-
with open('LICENSE') as f:
13-
license = f.read()
14-
1512
setup(
1613
name='whatthepatch',
1714
version='0.0.3',
@@ -20,8 +17,9 @@
2017
author='Christopher S. Corley',
2118
author_email='[email protected]',
2219
url='https://github.com/cscorley/whatthepatch',
23-
license=license,
20+
license='MIT',
2421
packages=['whatthepatch'],
22+
include_package_data=True,
2523
keywords=[
2624
"patch",
2725
"diff",

0 commit comments

Comments
 (0)