summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: fa8eb0329f022d47dbb9cee6b58512a41c875136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[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.6

[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
# TODO install jQuery using libjs-jquery
    usr/share/swiftstory/www/jquery.js
# TODO install cards as package data instead
share/swiftstory/lang/en/cards =
    usr/share/swiftstory/lang/en/cards/black.json
    usr/share/swiftstory/lang/en/cards/white.json
share/swiftstory/lang/fr/cards =
    usr/share/swiftstory/lang/fr/cards/black.json
    usr/share/swiftstory/lang/fr/cards/white.json

[options.entry_points]
console_scripts =
  swiftstoryd = swiftstory.__main__:main