Skip to content

Commit

Permalink
Merge pull request #296 from DerwenAI/release/fix-0.6.2
Browse files Browse the repository at this point in the history
Attempt to resolve the ginormous source build
  • Loading branch information
ceteri authored Nov 24, 2022
2 parents 32c9ab4 + 635a68c commit 80723b4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
18 changes: 12 additions & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,20 @@ include examples/graph_algebra/*.ipynb
include kglab/*.py
include kglab/query/*.py
include pylintrc
include pyproject.toml
include requirements-dev.txt
include requirements-tut.txt
include requirements.txt
include sample.py
include setup.py
exclude bin/*
exclude docker/*
exclude docs/*
exclude tests/*
exclude wip/*
prune bin
prune docker
prune docs
prune scripts
prune tests
prune wip
prune .ipynb_checkpoints
prune examples/.ipynb_checkpoints
exclude codecov.yml
exclude lgtm.yml
exclude meta.yaml
exclude mkdocs.yml
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# `kglab` changelog

## 0.6.4
## 0.6.5

2022-11-23

* update `setuptools` to workaround potential vulnerabilities
* create `pyproject.toml` to support upcoming `pip` release
* remove tests and other unnecessary files from source distribution


## 0.6.1
Expand Down
2 changes: 1 addition & 1 deletion kglab/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


MIN_PY_VERSION: typing.Tuple = (3, 7,)
__version__: str = "0.6.4"
__version__: str = "0.6.5"


def _versify (
Expand Down

0 comments on commit 80723b4

Please sign in to comment.