Skip to content

Commit 32e7f02

Browse files
authored
Merge pull request #5 from devjerry0/develop
Develop
2 parents ec2b506 + 7edb60e commit 32e7f02

File tree

5 files changed

+5
-122
lines changed

5 files changed

+5
-122
lines changed

DEPLOYMENT.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

LICENSE

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2021 Pascal van Kooten (Original Author)
4-
Copyright (c) 2025 Jeremy Bruns (Fork Maintainer)
5-
6-
This project is a fork of the original "contractions" library by Pascal van Kooten.
7-
Original repository: https://github.com/kootenpv/contractions
3+
Copyright (c) 2021 Pascal van Kooten
4+
Copyright (c) 2025 Jeremy Bruns
85

96
Permission is hereby granted, free of charge, to any person obtaining a copy
107
of this software and associated documentation files (the "Software"), to deal

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ build-backend = "setuptools.build_meta"
55
[tool.setuptools.dynamic]
66
version = {attr = "contractions._version.__version__"}
77

8+
[tool.setuptools.package-data]
9+
contractions = ["data/*.json"]
10+
811
[project]
912
name = "sane-contractions"
1013
dynamic = ["version"]

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
setup(
44
packages=find_packages(exclude=["tests", "tests.*"]),
5-
package_data={
6-
"contractions": ["data/*.json"]
7-
},
85
)

0 commit comments

Comments
 (0)