mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Remove rasterio.tools from the setup.py package list
This commit is contained in:
parent
11b18446db
commit
55250f9f49
2
setup.py
2
setup.py
@ -260,7 +260,7 @@ setup_args = dict(
|
||||
url='https://github.com/mapbox/rasterio',
|
||||
license='BSD',
|
||||
package_dir={'': '.'},
|
||||
packages=['rasterio', 'rasterio.rio', 'rasterio.tools'],
|
||||
packages=['rasterio', 'rasterio.rio'],
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
rio=rasterio.rio.main:main_group
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user