|
|
@ -23,10 +23,11 @@ setup(name = "svg.charts", |
|
|
|
license = "MIT", |
|
|
|
license = "MIT", |
|
|
|
classifiers = [ |
|
|
|
classifiers = [ |
|
|
|
"Development Status :: 5 - Production/Stable", |
|
|
|
"Development Status :: 5 - Production/Stable", |
|
|
|
"Intended Audience :: Developers", |
|
|
|
"Intended Audience :: by End-User Class :: Developers", |
|
|
|
"Intended Audience :: Science/Research", |
|
|
|
"Intended Audience :: by Industry or Sector :: Science/Research", |
|
|
|
"Programming Language :: Python", |
|
|
|
"Programming Language :: Python", |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
|
|
|
|
"Topic :: Multimedia :: Graphics :: Presentation", |
|
|
|
], |
|
|
|
], |
|
|
|
entry_points = { |
|
|
|
entry_points = { |
|
|
|
}, |
|
|
|
}, |
|
|
|