Skip to content

Commit

Permalink
Add classifiers (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
geckon committed Dec 8, 2018
1 parent d646718 commit 69ff2c0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

setup(
name='twn-solitaire',
version='0.1.0a1',
version='0.1.0',
packages=['twnsol', ],
package_dir={'twnsol': 'twnsol'}
package_dir={'twnsol': 'twnsol'},
package_data={'': ['LICENSE', 'assets/Jellee-Roman/*.txt'],
'twnsol': ['assets/Jellee-Roman/Jellee-Roman.otf']},
scripts=['solitaire.py', ],
Expand All @@ -29,4 +29,11 @@
"pygame == 1.9.4",
"toml == 0.10.0",
],
classifiers=[
'Intended Audience :: End Users/Desktop',
'Natural Language :: English',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
]
)

0 comments on commit 69ff2c0

Please sign in to comment.