setup.cfg (653B)
1 [metadata] 2 name = leveldir 3 version = 0.3.2 4 description = Create multi-level directory structures 5 author = Louis Holbrook 6 author_email = dev@holbrook.no 7 url = https://holbrook.no/src/leveldir/log.html 8 keywords = 9 filesystem 10 hex 11 directory 12 classifiers = 13 Programming Language :: Python :: 3 14 Operating System :: OS Independent 15 Development Status :: 4 - Beta 16 Topic :: Software Development :: Libraries 17 Environment :: Console 18 Intended Audience :: Developers 19 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 20 Topic :: Internet 21 license = WTFPL 22 licence_files = 23 LICENSE 24 25 [options] 26 python_requires = >= 3.6 27 packages = 28 leveldir