hfst-altlab 0.0.1.dev1__tar.gz → 0.0.1.dev2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hfst-altlab
3
- Version: 0.0.1.dev1
3
+ Version: 0.0.1.dev2
4
4
  Summary: A python wrapper for accessing Helsinki Finite State Transducers used at ALTLab
5
5
  Author-email: Felipe Bañados Schwerter <banadoss@ualberta.ca>
6
6
  License-Expression: Apache-2.0
@@ -11,6 +11,7 @@ Classifier: Topic :: Software Development :: Build Tools
11
11
  Requires-Python: >=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
+ Requires-Dist: hfst
14
15
  Dynamic: license-file
15
16
 
16
17
  hfst-altlab
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hfst-altlab"
7
- version = "0.0.1.dev1"
7
+ version = "0.0.1.dev2"
8
8
  authors = [
9
9
  { name="Felipe Bañados Schwerter", email="banadoss@ualberta.ca" },
10
10
  ]
@@ -17,6 +17,7 @@ classifiers = [
17
17
  ]
18
18
  license = "Apache-2.0"
19
19
  license-files = ["LICENSE"]
20
+ dependencies = ["hfst"]
20
21
 
21
22
  [project.urls]
22
23
  Homepage = "https://github.com/UAlbertaALTLab/hfst-altlab"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hfst-altlab
3
- Version: 0.0.1.dev1
3
+ Version: 0.0.1.dev2
4
4
  Summary: A python wrapper for accessing Helsinki Finite State Transducers used at ALTLab
5
5
  Author-email: Felipe Bañados Schwerter <banadoss@ualberta.ca>
6
6
  License-Expression: Apache-2.0
@@ -11,6 +11,7 @@ Classifier: Topic :: Software Development :: Build Tools
11
11
  Requires-Python: >=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
+ Requires-Dist: hfst
14
15
  Dynamic: license-file
15
16
 
16
17
  hfst-altlab
@@ -7,4 +7,5 @@ src/hfst_altlab/types.py
7
7
  src/hfst_altlab.egg-info/PKG-INFO
8
8
  src/hfst_altlab.egg-info/SOURCES.txt
9
9
  src/hfst_altlab.egg-info/dependency_links.txt
10
+ src/hfst_altlab.egg-info/requires.txt
10
11
  src/hfst_altlab.egg-info/top_level.txt