Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LPS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IfN Public
LPS
Compare revisions
a1600259a7029ca921ad8460bcc72bd2264c6412 to 716e52b6a5b18fc0a3817d05b19c17ecce0f3879
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ifn-public/LPS
Select target project
No results found
716e52b6a5b18fc0a3817d05b19c17ecce0f3879
Select Git revision
Branches
main
Swap
Target
ifn-public/LPS
Select target project
ifn-public/LPS
1 result
a1600259a7029ca921ad8460bcc72bd2264c6412
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
changed version number to 1.0
· 9e40ad59
Pirklbauer
authored
1 year ago
9e40ad59
changed version number to 1.0
· 716e52b6
Pirklbauer
authored
1 year ago
716e52b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
2 additions
and
2 deletions
setup.py
View file @
716e52b6
...
@@ -2,10 +2,10 @@ from setuptools import setup, find_packages
...
@@ -2,10 +2,10 @@ from setuptools import setup, find_packages
setup
(
setup
(
name
=
"
levenshtein-phoneme-similarity
"
,
name
=
"
levenshtein-phoneme-similarity
"
,
version
=
"
0.
0.3
"
,
version
=
"
0.
1.0
"
,
author
=
"
Jan Pirklbauer
"
,
author
=
"
Jan Pirklbauer
"
,
author_email
=
"
jan.pirklbauer@tu-bs.de
"
,
author_email
=
"
jan.pirklbauer@tu-bs.de
"
,
description
=
"
Implementation of the Lev
n
eshtein Phoneme Distance
"
,
description
=
"
Implementation of the Leve
n
shtein Phoneme Distance
"
,
packages
=
find_packages
(
where
=
"
src
"
),
packages
=
find_packages
(
where
=
"
src
"
),
package_dir
=
{
""
:
"
src
"
},
package_dir
=
{
""
:
"
src
"
},
install_requires
=
[
install_requires
=
[
...
...
This diff is collapsed.
Click to expand it.