We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bfa74 commit 3866efdCopy full SHA for 3866efd
1 file changed
setup.py
@@ -19,4 +19,17 @@
19
"pacopy"],
20
long_description=long_description,
21
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
+ },
35
zip_safe=False)
0 commit comments