mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-21 13:06:25 +02:00
Move data files; fix way combination.
This commit is contained in:
parent
c53b257aaf
commit
173a553877
10 changed files with 24 additions and 13 deletions
10
setup.py
10
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name="roentgen-map",
|
||||
version="0.1.1",
|
||||
version="0.1.2",
|
||||
packages=["roentgen"],
|
||||
url="https://github.com/enzet/Roentgen",
|
||||
project_urls={
|
||||
|
@ -26,6 +26,14 @@ setup(
|
|||
entry_points={
|
||||
"console_scripts": ["roentgen=roentgen.main:main"],
|
||||
},
|
||||
package_data={
|
||||
"roentgen": [
|
||||
"icons/icons.svg",
|
||||
"icons/config.json",
|
||||
"icons/LICENSE",
|
||||
"scheme/default.yml",
|
||||
],
|
||||
},
|
||||
python_requires=">=3.9",
|
||||
install_requires=[
|
||||
"CairoSVG>=2.5.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue