Skip to content

Commit 4b92262

Browse files
author
Kaushik Ghose
committed
Changes in preparation for PyPi packaging
1 parent 713ce7a commit 4b92262

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ __pycache__
77
sandbox
88
tests/credentials
99
benten.qrc
10-
benten/gui/ace/resources.py
10+
benten/gui/ace/resources.py
11+
dist

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
maintainer='Seven Bridges Genomics Inc.',
3535
maintainer_email='[email protected]',
3636
author_email='[email protected]',
37-
description='SBG Python tool to assist hand coding of CWL workflows',
37+
description='CWL power editor developed by Seven Bridges',
3838
long_description=long_description,
3939
long_description_content_type="text/markdown",
4040
include_package_data=True,
4141
license='Copyright (c) {} Seven Bridges Genomics'.format(now.year),
4242
classifiers=[
4343
'Intended Audience :: Developers',
44-
'License :: Apache 2.0',
44+
'License :: OSI Approved :: Apache Software License',
4545
'Natural Language :: English',
4646
'Operating System :: POSIX',
4747
'Programming Language :: Python :: 3',
4848
],
4949
keywords='seven bridges cwl common workflow language'
50-
)
50+
)

0 commit comments

Comments
 (0)