setup.cfg (791B)
1 [metadata] 2 name = piknik 3 version = 0.3.18rc2 4 description = CLI issue tracker 5 author = Louis Holbrook 6 author_email = dev@holbrook.no 7 url = https://git.defalsify.org/eth-cache 8 keywords = 9 bugs 10 issues 11 tracker 12 productivity 13 git 14 pgp 15 classifiers = 16 Programming Language :: Python :: 3 17 Operating System :: OS Independent 18 Development Status :: 3 - Alpha 19 Topic :: Software Development :: Libraries 20 Environment :: Console 21 Intended Audience :: Developers 22 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 23 license = GPLv3+ 24 licence_files = 25 LICENSE 26 27 [options] 28 include_package_data = True 29 python_requires = >= 3.7 30 packages = 31 piknik 32 piknik.cli 33 piknik.store 34 piknik.render 35 piknik.runnable 36 37 [options.entry_points] 38 console_scripts = 39 piknik = piknik.runnable.cmd:main