Skip to content

Commit 0b29d15

Browse files
committed
fix classifier
Signed-off-by: Curtis La Graff <[email protected]>
1 parent c8f8cab commit 0b29d15

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
exec(compile(open('beaver/version.py').read(),
6262
'beaver/version.py', 'exec'))
6363

64-
DESCRIPTION = 'Tool for templated code generation'
64+
DESCRIPTION = 'A code generation tool made with Python'
6565
LONG_DESCRIPTION = 'Command-line program to generate source code from a Jinja2 template and 1 or more input structures'
6666

6767
py2exe_console = [{
@@ -132,9 +132,8 @@ def find_repository():
132132
author='Curtis La Graff',
133133
author_email='[email protected]',
134134
classifiers=[
135-
'Development Status :: 2 - Pre-Alpha',
136135
'Environment :: Console',
137-
'License :: Public Domain',
136+
'License :: MIT LICENSE',
138137
'Programming Language :: Python :: 3.2',
139138
'Programming Language :: Python :: 3.3',
140139
'Programming Language :: Python :: 3.4',

0 commit comments

Comments
 (0)