Skip to content

Commit fc5db52

Browse files
committed
Provide license on PyPI page (closes pennersr#642)
1 parent 7d41029 commit fc5db52

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Copyright (c) 2010 Raymond Penners and contributors
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2010-2014 Raymond Penners and contributors
24

35
Permission is hereby granted, free of charge, to any person
46
obtaining a copy of this software and associated documentation

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def find_package_data(where=".", package="", exclude=standard_exclude,
132132
'Topic :: Software Development :: Libraries :: Python Modules',
133133
'Environment :: Web Environment',
134134
'Topic :: Internet',
135+
'License :: OSI Approved :: MIT License',
135136
'Operating System :: OS Independent',
136137
'Programming Language :: Python',
137138
'Programming Language :: Python :: 2.6',

0 commit comments

Comments
 (0)