Skip to content

Commit

Permalink
changed repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoletos-K committed Jun 30, 2023
1 parent 11e75ec commit db0cc46
Show file tree
Hide file tree
Showing 31 changed files with 5 additions and 271 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/python-publish.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ examples/scripts/.ipynb_checkpoints/
tests/__pycache__/
.hypothesis/unicode_data/11.0.0/charmap.json.gz
src/pyjedai/__pycache__/
src/pyjedai.egg-info/*
34 changes: 0 additions & 34 deletions about.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs-only/block_cleaning.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs-only/clustering.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs-only/comparison_cleaning.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs-only/datamodel.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs-only/evaluation.rst

This file was deleted.

28 changes: 0 additions & 28 deletions docs-only/intersphinx.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs-only/matching.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs-only/similarity_joins.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs-only/utils.rst

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
131 changes: 0 additions & 131 deletions index.md

This file was deleted.

5 changes: 4 additions & 1 deletion pyproject.toml
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyjedai"
version = "0.0.6"
dynamic = ['version']
description = "An open-source library that builds powerful end-to-end Entity Resolution workflows."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -63,6 +63,9 @@ dependencies = [
"py-stringmatching >= 0.4"
]

[tool.hatch.version]
path = 'src/pyjedai/_version.py'

[project.optional-dependencies]
dev = ["pip-tools", "pytest"]

Expand Down

0 comments on commit db0cc46

Please sign in to comment.