Skip to content

Commit 3866efd

Browse files
committed
more setup.py changes
1 parent f1bfa74 commit 3866efd

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,17 @@
1919
"pacopy"],
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",
22+
classifiers=[
23+
'Topic :: Scientific/Engineering :: Mathematics',
24+
'License :: OSI Approved :: MIT License',
25+
'Programming Language :: Python :: 3',
26+
'Programming Language :: Python :: 3.6',
27+
'Programming Language :: Python :: 3.7',
28+
'Programming Language :: Python :: 3 :: Only',
29+
],
30+
keywords='arclength python continuation numerical',
31+
project_urls={ # Optional
32+
'Bug Reports': 'https://github.com/gpavanb1/FContin/issues',
33+
'Source': 'https://github.com/gpavanb1/FContin/',
34+
},
2235
zip_safe=False)

0 commit comments

Comments
 (0)