Skip to content

Commit

Permalink
Explicitly include license
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed May 8, 2020
1 parent af57853 commit 1d8cf32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup(
name = 'cmcrameri',
packages = ['cmcrameri'],
version = '0.11',
version = '0.12',
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -28,4 +28,5 @@
],
package_dir={'mypkg': 'cmcrameri'},
package_data={'cmcrameri': ['cmaps/*.txt']},
data_files=[("",["LICENSE"])]
)

0 comments on commit 1d8cf32

Please sign in to comment.