~johanvdw/+junk/cligj

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Johan Van de Wauw
  • Date: 2015-08-19 21:04:38 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: johan.vandewauw@gmail.com-20150819210438-bfg3meh63395ox47
* Merge new version and ubuntu specific changes 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
 
10
10
setup(name='cligj',
11
 
      version='0.1.0',
12
 
      description=u"Click params for GeoJSON CLI",
 
11
      version='0.3.0',
 
12
      description=u"Click params for commmand line interfaces to GeoJSON",
13
13
      long_description=long_description,
14
14
      classifiers=[],
15
15
      keywords='',
16
16
      author=u"Sean Gillies",
17
17
      author_email='sean@mapbox.com',
18
18
      url='https://github.com/mapbox/cligj',
19
 
      license='MIT',
 
19
      license='BSD',
20
20
      packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
21
21
      include_package_data=True,
22
22
      zip_safe=False,
23
23
      install_requires=[
24
 
          'click>=3.0'
 
24
          'click>=4.0'
25
25
      ],
26
26
      extras_require={
27
27
          'test': ['pytest'],