Skip to content

Commit

Permalink
reorg files, setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Mar 10, 2024
1 parent 0d4fc4f commit 59922ba
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 10 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
prune stac_fastapi/tests
prune data_loader
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ run-database-mongo:
.PHONY: pybase-install
pybase-install:
pip install wheel && \
pip install -e ./stac_fastapi/api[dev] && \
pip install -e ./stac_fastapi/types[dev] && \
pip install -e ./stac_fastapi/extensions[dev] && \
pip install -e ./stac_fastapi/core

.PHONY: install-mongo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install stac_fastapi.mongo
To install the classes in your local Python env, run:

```shell
pip install -e 'stac_fastapi/mongo[dev]'
pip install -e .[dev]
```


Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.dev.mongo
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ WORKDIR /app

COPY . /app

RUN pip install --no-cache-dir -e ./stac_fastapi/mongo[dev,server]
RUN pip install --no-cache-dir -e .[dev,server]
3 changes: 2 additions & 1 deletion stac_fastapi/mongo/setup.py → setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

setup(
name="stac-fastapi.mongo",
version="3.0.0",
description="Mongodb stac-fastapi backend.",
long_description=desc,
long_description_content_type="text/markdown",
Expand All @@ -45,7 +46,7 @@
],
url="https://github.com/Healy-Hyperspatial/stac-fastapi-mongo",
license="MIT",
packages=find_namespace_packages(),
packages = find_namespace_packages(),
zip_safe=False,
install_requires=install_requires,
extras_require=extra_reqs,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions stac_fastapi/mongo/setup.cfg

This file was deleted.

2 changes: 0 additions & 2 deletions stac_fastapi/mongo/stac_fastapi/mongo/version.py

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 59922ba

Please sign in to comment.