We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f7f07 commit ab22d10Copy full SHA for ab22d10
1 file changed
api/setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name='OpenMatrix',
8
keywords='openmatrix omx',
9
- version='0.3.4.1',
+ version='0.3.5.0',
10
author='Billy Charlton, Ben Stabler',
11
author_email='billy@okbecause.com, benstabler@yahoo.com',
12
packages=find_packages(),
@@ -20,5 +20,11 @@
20
],
21
classifiers=[
22
'License :: OSI Approved :: Apache Software License'
23
- ]
+ ],
24
+ entry_points={
25
+ 'console_scripts': [
26
+ 'omx-validate = openmatrix.validator:command_line',
27
28
+ }
29
+
30
)
0 commit comments