Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcla authored and jdcla committed Oct 28, 2024
1 parent aee76cb commit 8d149e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = transcript-transformer
version = 0.8.0
version = 0.9.0
author = Jim Clauwaert
description = Transformers for Transcripts
long_description = file: README.md
Expand Down Expand Up @@ -36,3 +36,9 @@ console_scripts =
transcript_transformer = transcript_transformer.transcript_transformer:main
ribotie = transcript_transformer.ribotie:main
tis_transformer = transcript_transformer.tis_transformer:main

[options.packages.find]
where = transcript_transformer/
exclude =
configs*
pretrained*

0 comments on commit 8d149e6

Please sign in to comment.