Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 0 additions & 113 deletions DEPLOYMENT.md

This file was deleted.

7 changes: 2 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
MIT License

Copyright (c) 2021 Pascal van Kooten (Original Author)
Copyright (c) 2025 Jeremy Bruns (Fork Maintainer)

This project is a fork of the original "contractions" library by Pascal van Kooten.
Original repository: https://github.com/kootenpv/contractions
Copyright (c) 2021 Pascal van Kooten
Copyright (c) 2025 Jeremy Bruns

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.dynamic]
version = {attr = "contractions._version.__version__"}

[tool.setuptools.package-data]
contractions = ["data/*.json"]

[project]
name = "sane-contractions"
dynamic = ["version"]
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

setup(
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={
"contractions": ["data/*.json"]
},
)
Loading