Skip to content

Commit

Permalink
<>[Packaging]: <5.6 changes>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed Oct 23, 2022
1 parent d827d7c commit 4c5e42b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="pyutplugincore",
version="0.5.5",
version="0.5.6",
author='Humberto A. Sanchez II',
author_email='[email protected]',
maintainer='Humberto A. Sanchez II',
Expand All @@ -23,6 +23,7 @@
package_data={
'plugins': ['py.typed'],
'plugins.common': ['py.typed'],
'plugins.common.ui': ['py.typed'],
'plugins.io': ['py.typed'],
'plugins.io.dtd': ['py.typed'],
'plugins.io.gml': ['py.typed'],
Expand All @@ -39,7 +40,7 @@
'core.exceptions': ['py.typed'],
},
packages=[
'plugins', 'plugins.common',
'plugins', 'plugins.common', 'plugins.common.ui',
'plugins.io',
'plugins.io.dtd',
'plugins.io.gml',
Expand Down

0 comments on commit 4c5e42b

Please sign in to comment.