forked from ponyorm/pony
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,9 @@ | |
"Intended Audience :: Developers", | ||
"License :: Free for non-commercial use", | ||
"License :: OSI Approved :: GNU Affero General Public License v3", | ||
"License :: Other/Proprietary License", | ||
"License :: Free For Educational Use", | ||
"License :: Free for non-commercial use", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Topic :: Software Development :: Libraries", | ||
|
@@ -31,7 +34,7 @@ | |
author = "Alexander Kozlovsky, Alexey Malashkevich" | ||
author_email = "[email protected]" | ||
url = "http://ponyorm.com" | ||
lic = "AGPL" | ||
lic = "AGPL, Commercial, Free for educational and non-commercial use" | ||
|
||
modules = [ | ||
"pony.__init__", | ||
|