setup.cfg (636B)
1 [metadata] 2 name = aiee 3 version = 0.3.2 4 description = Common command line interfacing utils 5 author = Louis Holbrook 6 author_email = dev@holbrook.no 7 url = https://git.defalsify.org/aiee 8 keywords = 9 cli 10 classifiers = 11 Programming Language :: Python :: 3 12 Operating System :: OS Independent 13 Development Status :: 3 - Alpha 14 Environment :: Console 15 Intended Audience :: Developers 16 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 17 license = WTFPL 18 licence_files = 19 LICENSE 20 21 [options] 22 python_requires = >= 3.6 23 packages = 24 aiee 25 aiee.runnable 26 27 [options.entry_points] 28 console_scripts = 29 aiee = aiee.runnable.main:main