Skip to content

Commit 3752f0f

Browse files
committed
still not working
1 parent 93ace52 commit 3752f0f

File tree

14 files changed

+27
-5
lines changed

14 files changed

+27
-5
lines changed

poetry.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
[tool.poetry]
22
name = "MapDatasetGenerator"
33
version = "0.0.1"
4-
description = "MapDatasetGenerator"
5-
authors = ["Ishaan <[email protected]>", "Adhocmaster <[email protected]>"]
4+
description = "Map dataset generator for learning map representations and generation"
5+
authors = ["Ishaan <[email protected]>", "Golam Md Muktadir <[email protected]", "Bahar Bateni <[email protected]>"]
66
readme = "README.md"
7+
8+
homepage = "https://github.com/AugmentedDesignLab/MapDatasetGenerator"
9+
repository = "https://github.com/AugmentedDesignLab/MapDatasetGenerator"
10+
keywords = ["Map Dataset", "OSM to image"]
711
license = "Mozilla Public License Version 2.0"
12+
13+
include = [
14+
"LICENSE",
15+
]
16+
817
packages = [
9-
{include="src", from="."}
18+
{include="MapDatasetGenerator", from="./src"}
1019
]
1120

1221
[tool.poetry.dependencies]
@@ -15,6 +24,7 @@ dill = "^0.3.5.1"
1524
Pillow = "^9.2.0"
1625
torch = "^1.12.1"
1726
tqdm = "^4.64.1"
27+
mbutil = "^0.3.0"
1828

1929

2030
[tool.poetry.dev-dependencies]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dill==0.3.5.1
2-
numpy==1.23.3
32
Pillow==9.2.0
43
torch==1.12.1
54
tqdm==4.64.1
65
numpy==1.21.6
6+
mbutil==0.3.0

src/MapDatasetGenerator/__init__.py

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)