mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-17 12:20:25 +08:00
Simple setup.py file
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='geopandas',
|
||||
version='0.1dev',
|
||||
description='Geographic pandas extensions',
|
||||
license='BSD',
|
||||
author='Kelsey Jordahl',
|
||||
author_email='kjordahl@enthought.com',
|
||||
url='',
|
||||
packages=['geopandas'],
|
||||
install_requires=['pandas', 'shapely', 'fiona', 'descartes'],
|
||||
)
|
||||
Reference in New Issue
Block a user