Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
properties
Commits
3e2fedc3
Commit
3e2fedc3
authored
Jul 19, 2016
by
Maxime Perrotin
Browse files
Fix setup.py and version number
parent
84968d20
Changes
2
Hide whitespace changes
Inline
Side-by-side
properties/properties.py
View file @
3e2fedc3
...
...
@@ -7,14 +7,14 @@ Parse expressions such as:
and generate code to verify the property
(c) European Space Agency, 2015
(c) European Space Agency, 2015
-2016
Author: Maxime.Perrotin@esa.int
'''
__author__
=
"Maxime Perrotin"
__license__
=
"ESA Community (compatible with LGPLv3)"
__version__
=
"1.0"
__version__
=
"1.0
.1
"
__url__
=
"http://taste.tuxfamily.org"
import
os
...
...
setup.py
View file @
3e2fedc3
...
...
@@ -29,7 +29,7 @@ setup(
],
entry_points
=
{
'console_scripts'
:
[
'taste-properties = properties:cli'
'taste-properties =
properties.
properties:cli'
]
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment