mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-16 10:36:24 +02:00
Fix setup packages.
This commit is contained in:
parent
dfbc2691d3
commit
6fd81909a4
1 changed files with 9 additions and 1 deletions
10
setup.py
10
setup.py
|
@ -20,7 +20,15 @@ with Path("README.md").open() as input_file:
|
||||||
setup(
|
setup(
|
||||||
name="map-machine",
|
name="map-machine",
|
||||||
version=__version__,
|
version=__version__,
|
||||||
packages=["map_machine"],
|
packages=[
|
||||||
|
"map_machine",
|
||||||
|
"map_machine.feature",
|
||||||
|
"map_machine.geometry",
|
||||||
|
"map_machine.osm",
|
||||||
|
"map_machine.pictogram",
|
||||||
|
"map_machine.slippy",
|
||||||
|
"map_machine.ui",
|
||||||
|
],
|
||||||
url=__url__,
|
url=__url__,
|
||||||
project_urls={
|
project_urls={
|
||||||
"Bug Tracker": f"{__url__}/issues",
|
"Bug Tracker": f"{__url__}/issues",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue