Skip to content

Commit

Permalink
added metadata and dependency version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 5, 2024
1 parent 5baa8c0 commit a7d7b8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions codemeta-harvest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "FoLiA tools",
"developmentStatus": [ "https://www.repostatus.org/#active", "https://w3id.org/research-technology-readiness-levels#Level9Proven" ],
"applicationCategory": [ "https://vocabs.dariah.eu/tadirah/annotating", "https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology", "https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora" ]
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ def read(fname):
},
#include_package_data=True,
package_data = {'foliatools': ['*.xsl']},
install_requires=['folia >= 2.5.4', 'lxml >= 2.2','docutils', 'pyyaml', 'langid','conllu', 'requests','stam >= 0.4.0']
install_requires=['folia >= 2.5.9', 'lxml >= 2.2','docutils', 'pyyaml', 'langid','conllu', 'requests','stam >= 0.4.0']
)

0 comments on commit a7d7b8f

Please sign in to comment.