Skip to content

Commit

Permalink
explicitly adding text files to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed May 6, 2020
1 parent 5d6d4ad commit 3f099be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name = 'cmcrameri',
packages = ['cmcrameri'],
version = '0.6',
version = '0.7',
license='MIT',
description = 'Perceptually uniform colourmaps',
author = 'Callum Rollo',
Expand All @@ -18,4 +18,7 @@
'matplotlib',
'numpy',
],
packages=['mypkg'],
package_dir={'mypkg': 'cmcrameri'},
package_data={'cmcrameri': ['cmaps/*.txt']},
)

0 comments on commit 3f099be

Please sign in to comment.