Verified Commit c417d805 authored by Peter Stanko's avatar Peter Stanko
Browse files

Fix in the setup.py

parent 4ccdb471
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ extras = {
              ],
          'docs': ['sphinx']
          }
          
classifiers=[
        "Programming Language :: Python :: 3",
        'Programming Language :: Python :: 3.6',
@@ -24,7 +25,7 @@ classifiers=[
        "License :: OSI Approved :: Apache Software License",
        'Intended Audience :: Developers',
        'Topic :: Utilities',
        ],
        ]


entry_points = {