Skip to content

Commit 74d042e

Browse files
committed
update setup with version and keywords
1 parent b107dd2 commit 74d042e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ def readme():
1111

1212
setup(
1313
name='bladex',
14-
version='0.0.1',
14+
version='0.1.0',
1515
description='BladeX.',
1616
long_description=readme(),
1717
classifiers=[
18-
'Development Status :: 0 - Alpha',
18+
'Development Status :: 5 - Production/Stable',
1919
'License :: OSI Approved :: MIT License',
2020
'Programming Language :: Python :: 2.7',
2121
'Programming Language :: Python :: 3.6',
2222
'Intended Audience :: Science/Research',
2323
'Topic :: Scientific/Engineering :: Mathematics'
2424
],
25-
keywords='blade',
25+
keywords='blade-generation propeller iges procal',
2626
url='https://github.com/mathLab/BladeX',
2727
author='Marco Tezzele, Mahmoud Gadalla',
2828

0 commit comments

Comments
 (0)