Skip to content

Commit

Permalink
Tidy ups
Browse files Browse the repository at this point in the history
Mostly cleaning up unused/duplicate files
  • Loading branch information
zerolab committed Jan 31, 2024
1 parent 356f926 commit 64e0832
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 87 deletions.
6 changes: 0 additions & 6 deletions MANIFEST.in

This file was deleted.

78 changes: 0 additions & 78 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion known-issues.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Known Issues and work arounds
## Known Issues and workarounds
> All of these would make amazing PR's ;)
#### Decimal Fields
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [{name = "Kalob Taulien", email = "[email protected]"}]
maintainers = [
{name = "Matthew Westcott", email = "[email protected]"},
]
readme = "README.rst"
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["wagtail", "airtable"]
classifiers=[
Expand Down Expand Up @@ -60,7 +60,9 @@ exclude = [
"*.json",
"*.ini",
"*.yaml",
"examples",
"tests",
"CHANGELOG.md",
"testmanage.py",
"known-issues.md",
"runtests.py",
]
1 change: 1 addition & 0 deletions wagtail_airtable/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ class MockAirtable(mock.Mock):
},
},
]

0 comments on commit 64e0832

Please sign in to comment.