Skip to content

Commit

Permalink
fixed manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Jul 10, 2018
1 parent 16b9b71 commit dea9c31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include requirements.txt
include test_requirements.txt
2 changes: 1 addition & 1 deletion emannotationschemas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from emannotationschemas.synapse import SynapseSchema
from emannotationschemas.errors import UnknownAnnotationTypeException
__version__ = '0.0.1'
__version__ = '0.0.2'

type_mapping = {
'synapse': SynapseSchema
Expand Down

0 comments on commit dea9c31

Please sign in to comment.