Skip to content

Commit

Permalink
Add license to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Qirky committed Jul 30, 2019
1 parent 721e646 commit 2311cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FoxDot/lib/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.33
0.7.34
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
description='Live coding music with SuperCollider',
author='Ryan Kirkbride',
author_email='[email protected]',
license='cc-by-sa-4.0',
url='http://foxdot.org/',
packages=['FoxDot',
'FoxDot.lib',
Expand Down Expand Up @@ -50,6 +51,7 @@
'lib/Extensions/*/*/*.*',
'lib/.version',
'README.md',
'LICENSE'
],
'FoxDot.lib.Workspace': ['img/*', 'tmp/*'],
'FoxDot.lib.Settings' : ['conf.txt']})
Expand Down

0 comments on commit 2311cc3

Please sign in to comment.