[metadata] name = piggybank version = attr: piggybank.__version__ description = Keep track of your piggy bank. author = Alexander "Arav" Andreev author_email = me@arav.top url = https://git.arav.top/Arav/PiggyBank long_description = file: README.md long_description_content_type = text/markdown keywords = coin box coins piggy bank savings license = MIT license_file = COPYING platforms = any classifiers = Development Status :: 5 - Production/Stable Environment :: Console Intended Audience :: End Users/Desktop License :: OSI Approved :: MIT License Natural Language :: English Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Topic :: Office/Business :: Financial :: Accounting [options] include_package_data = True setup_requires = setuptools packages = find: python_requires = >=3.7 zip_safe = False [options.package_data] * = COPYING, README.md [sdist] formats = gztar [options.entry_points] console_scripts = piggybank = piggybank.__main__:main