Commit 4b92262 Kaushik Ghose
committed
1 parent 713ce7a commit 4b92262 Copy full SHA for 4b92262
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ __pycache__
7
7
sandbox
8
8
tests /credentials
9
9
benten.qrc
10
- benten /gui /ace /resources.py
10
+ benten /gui /ace /resources.py
11
+ dist
Original file line number Diff line number Diff line change 34
34
maintainer = 'Seven Bridges Genomics Inc.' ,
35
35
maintainer_email = '[email protected] ' ,
36
36
37
- description = 'SBG Python tool to assist hand coding of CWL workflows ' ,
37
+ description = 'CWL power editor developed by Seven Bridges ' ,
38
38
long_description = long_description ,
39
39
long_description_content_type = "text/markdown" ,
40
40
include_package_data = True ,
41
41
license = 'Copyright (c) {} Seven Bridges Genomics' .format (now .year ),
42
42
classifiers = [
43
43
'Intended Audience :: Developers' ,
44
- 'License :: Apache 2.0 ' ,
44
+ 'License :: OSI Approved :: Apache Software License ' ,
45
45
'Natural Language :: English' ,
46
46
'Operating System :: POSIX' ,
47
47
'Programming Language :: Python :: 3' ,
48
48
],
49
49
keywords = 'seven bridges cwl common workflow language'
50
- )
50
+ )
You can’t perform that action at this time.
0 commit comments