diff --git a/setup.py b/setup.py index 19bd1c8..3efd928 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ This module can generate fraction representations using: license = "Apache-2.0", keywords = ['frac', 'fraction', 'rational', 'approximation'], classifiers = [ - 'Development Status :: 5 - Production/Stable' + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Topic :: Scientific/Engineering :: Mathematics',