trim down classifiers

release
Jan Petykiewicz 5 years ago
parent e514ade2b1
commit e0c2947865

@ -37,7 +37,6 @@ setup(name='fatamorgana',
'gds', 'gds',
], ],
classifiers=[ classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Environment :: Other Environment', 'Environment :: Other Environment',
@ -50,7 +49,6 @@ setup(name='fatamorgana',
'Operating System :: Microsoft :: Windows', 'Operating System :: Microsoft :: Windows',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)', 'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)',
'Topic :: Software Development :: Libraries :: Python Modules',
], ],
packages=find_packages(), packages=find_packages(),
package_data={ package_data={

Loading…
Cancel
Save