-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
75c86b4
commit 3fa8897
Showing
2 changed files
with
5 additions
and
4 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 |
---|---|---|
|
@@ -111,7 +111,7 @@ def run(self): | |
|
||
|
||
opts = dict(name='pyrsl', | ||
version='2.0.0', # ensure that this is the same as in rsl.version | ||
version='2.0.1', # ensure that this is the same as in rsl.version | ||
description='Interpreter for the Rule Specification Language (RSL)', | ||
author='John Törnblom', | ||
author_email='[email protected]', | ||
|
@@ -123,7 +123,8 @@ def run(self): | |
'Topic :: Software Development :: Interpreters', | ||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3.4'], | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6'], | ||
keywords='rsl xtuml bridgepoint', | ||
packages=['rsl'], | ||
data_files = [('share/gtksourceview-3.0/language-specs', | ||
|