Skip to content

Commit

Permalink
Rename to plover_palantype
Browse files Browse the repository at this point in the history
  • Loading branch information
morinted committed Feb 9, 2017
1 parent 14129f6 commit 93cd2ce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 6 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@


setup(
name='plover_palantype_system',
version='0.2.0',
description='Palantype system for Plover',
name='plover_palantype',
version='0.3.0',
description='Palantype support for Plover',
author='Ted Morin',
author_email='[email protected]',
license='GNU General Public License v2 or later (GPLv2+)',
Expand All @@ -26,18 +26,15 @@
'plover>=4.0.0.dev0',
],
packages=[
'plover_palantype_system',
'plover_palantype',
],
include_package_data=True,
py_modules=[
'plover_palantype_machine'
],
entry_points='''
[plover.system]
Possum Palantype=plover_palantype_system.system
Possum Palantype=plover_palantype.system
[plover.machine]
Palantype=plover_palantype_machine:Palantype
Palantype=plover_palantype.machine:Palantype
''',
zip_safe=True,
Expand Down

0 comments on commit 93cd2ce

Please sign in to comment.