[metadata] name = swiftstory version = 0.1 author = Olivier Gayot author_email = olivier.gayot@sigexec.com description = SwiftStory game: We're not out of the woords yet url = https://git.sigexec.com/cgit.cgi/swiftstory.git classifiers = Programming Language :: Python :: 3 License :: BSD-3 Operating System :: OS Independent [options] packages = find: python_requires = >=3.7 include_package_data = True [options.data_files] share/swiftstory/www/ = usr/share/swiftstory/www/index.html usr/share/swiftstory/www/swiftstory-config.js usr/share/swiftstory/www/swiftstory-common.css usr/share/swiftstory/www/swiftstory-common.js usr/share/swiftstory/www/swiftstory-mobile.css usr/share/swiftstory/www/swiftstory-mobile.html usr/share/swiftstory/www/swiftstory-mobile.js [options.package_data] swiftstory = data/lang/*/cards/*.json [options.entry_points] console_scripts = swiftstoryd = swiftstory.__main__:main