Skip to content

Commit

Permalink
Ready v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mporcheron committed Jun 25, 2020
1 parent b22fc26 commit 44fd4ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion nottreal.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
__version__ = '1.0.0'
__maintainer__ = 'Martin Porcheron'
__email__ = '[email protected]'
__status__ = 'Development'
__status__ = 'Production'

nottreal.main()
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
author='Martin Porcheron',
author_email='[email protected]',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3 :: Only'],
keywords='voice user interfaces vuis wizard of oz woz',
package_dir={'': 'nottreal'},
packages=find_packages(where='src'),
packages=find_packages(where='nottreal'),
python_requires='>=3.5, <4',
install_requires=[
'numpy',
Expand All @@ -31,11 +31,11 @@
'PySide2'],
package_data={
'sample': [
'.cfg_dist/categories.tsv',
'.cfg_dist/log.tsv',
'.cfg_dist/loading.tsv',
'.cfg_dist/messages.tsv',
'.cfg_dist/settings.cfg']
'cfg.dist/categories.tsv',
'cfg.dist/log.tsv',
'cfg.dist/loading.tsv',
'cfg.dist/messages.tsv',
'cfg.dist/settings.cfg']
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 44fd4ae

Please sign in to comment.