-
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.
- GPLv3.0 for everything but rpy2.rinterface --HG-- branch : version_2.1.x
- Loading branch information
lgautier
committed
Apr 1, 2010
1 parent
35d649d
commit 7573201
Showing
5 changed files
with
9 additions
and
5 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
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
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 |
---|---|---|
|
@@ -277,7 +277,7 @@ def getRinterface_ext(): | |
version = pack_version, | ||
description = "Python interface to the R language", | ||
url = "http://rpy.sourceforge.net", | ||
license = "(L)GPL", | ||
license = "GPLv3.0 (except rpy2.rinterface LGPL)", | ||
author = "Laurent Gautier", | ||
author_email = "[email protected]", | ||
ext_modules = rinterface_exts[0], | ||
|
@@ -293,9 +293,11 @@ def getRinterface_ext(): | |
], | ||
classifiers = ['Programming Language :: Python', | ||
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', | ||
'License :: OSI Approved :: GNU General Public License (GPL) | ||
', | ||
'Intended Audience :: Developers', | ||
'Intended Audience :: Science/Research', | ||
'Development Status :: 3 - Alpha' | ||
'Development Status :: 4 - Beta' | ||
], | ||
data_files = [(os.path.join('rpy2', 'images'), | ||
[os.path.join('doc', 'source', 'rpy2_logo.png')])] | ||
|