File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 61
61
exec (compile (open ('beaver/version.py' ).read (),
62
62
'beaver/version.py' , 'exec' ))
63
63
64
- DESCRIPTION = 'Tool for templated code generation'
64
+ DESCRIPTION = 'A code generation tool made with Python '
65
65
LONG_DESCRIPTION = 'Command-line program to generate source code from a Jinja2 template and 1 or more input structures'
66
66
67
67
py2exe_console = [{
@@ -132,9 +132,8 @@ def find_repository():
132
132
author = 'Curtis La Graff' ,
133
133
134
134
classifiers = [
135
- 'Development Status :: 2 - Pre-Alpha' ,
136
135
'Environment :: Console' ,
137
- 'License :: Public Domain ' ,
136
+ 'License :: MIT LICENSE ' ,
138
137
'Programming Language :: Python :: 3.2' ,
139
138
'Programming Language :: Python :: 3.3' ,
140
139
'Programming Language :: Python :: 3.4' ,
You can’t perform that action at this time.
0 commit comments