0.0.1
This commit is contained in:
parent
4c7b549f00
commit
11a8f43d0f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ setup(
|
||||||
requires=['PyQt4'],
|
requires=['PyQt4'],
|
||||||
packages=['findarray30code',],
|
packages=['findarray30code',],
|
||||||
license='X11 License',
|
license='X11 License',
|
||||||
long_description=open('README').read(),
|
long_description=open('README.md').read(),
|
||||||
package_data={'findarray30code': ['tables/*' , 'LICENSE'],
|
package_data={'findarray30code': ['tables/*' , 'LICENSE'],
|
||||||
},
|
},
|
||||||
scripts=['bin/findarray30code'],
|
scripts=['bin/findarray30code'],
|
||||||
|
|
Loading…
Reference in a new issue