File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # python-geosupport [ ![ Python 2.7] ( https://img.shields.io/badge/python-2.7-blue.svg )] ( https://www.python.org/downloads/release/python-2714/ ) [ ![ Python 3+] ( https://img.shields.io/badge/python-3+-blue.svg )] ( https://www.python.org/downloads/release/python-360/ ) [ ![ PyPI version] ( https://img.shields.io/pypi/v/python-geosupport.svg )] ( https://pypi.python.org/pypi/python-geosupport/ )
1+ # python-geosupport [ ![ Python 2.7] ( https://img.shields.io/badge/python-2.7-blue.svg )] ( https://www.python.org/downloads/release/python-2714/ ) [ ![ Python 3.4 +] ( https://img.shields.io/badge/python-3.4 +-blue.svg )] ( https://www.python.org/downloads/release/python-360/ ) [ ![ PyPI version] ( https://img.shields.io/pypi/v/python-geosupport.svg )] ( https://pypi.python.org/pypi/python-geosupport/ )
22
33Python bindings for NYC Planning's [ Geosupport Desktop Edition] ( https://www1.nyc.gov/site/planning/data-maps/open-data/dwn-gde-home.page ) .
44
Original file line number Diff line number Diff line change 1111
1212here = path .abspath (path .dirname (__file__ ))
1313
14+ with open ("README.md" , "r" ) as fh :
15+ long_description = fh .read ()
16+
1417setup (
1518 name = 'python-geosupport' ,
16- version = '1.0.1 ' ,
19+ version = '1.0.2 ' ,
1720 url = 'https://github.com/ishiland/python-geosupport' ,
1821 description = 'Python bindings for NYC Geosupport Desktop Edition' ,
19- long_description = """
20- # Import the library and create a `Geosupport` object.
21- from geosupport import Geosupport
22- g = Geosupport()
23-
24- # Call the address processing function by name
25- result = g.address(house_number=125, street_name='Worth St', borough_code='Mn')
26- """ ,
27- author = 'Ian Shiland' ,
22+ long_description = long_description ,
23+ long_description_content_type = 'text/markdown' ,
24+ author = 'Ian Shiland, Jeremy Neiman' ,
2825 author_email = 'ishiland@gmail.com' ,
2926 packages = ['geosupport' ],
3027 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments