File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11# -----------------------------------------------------------------------------
2- # Copyright (c) 2015 Ralph Hempel
3- # Copyright (c) 2015 Anton Vanhoucke
4- # Copyright (c) 2015 Denis Demidov
2+ # Copyright (c) 2015 Ralph Hempel <rhempel@hempeldesigngroup.com>
3+ # Copyright (c) 2015 Anton Vanhoucke <antonvh@gmail.com>
4+ # Copyright (c) 2015 Denis Demidov <dennis.demidov@gmail.com>
5+ # Copyright (c) 2015 Eric Pascual <eric@pobot.org>
56#
67# Permission is hereby granted, free of charge, to any person obtaining a copy
78# of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ [sdist_dsc]
2+ package: python-ev3dev
Original file line number Diff line number Diff line change 11from setuptools import setup
22from git_version import git_version
3- from spec_version import spec_version
43
5- # write version to version.py
6- open ("ev3dev/version.py" , "w" ).write ("__version__='%s (%s)'\n " % (git_version (), spec_version ))
74
85setup (
96 name = 'python-ev3dev' ,
107 version = git_version (),
118 description = 'Python language bindings for ev3dev' ,
12- author = 'Ralph Hempel/Denis Demidov/Anton Vanhoucke' ,
9+ author = 'Ralph Hempel et al - See ev3dev.py for credits' ,
10+ author_email = 'rhempel@hempeldesigngroup.com' ,
1311 license = 'MIT' ,
1412 url = 'https://github.com/rhempel/ev3dev-lang-python' ,
1513 include_package_data = True ,
16- py_modules = ['ev3dev' ]
14+ py_modules = ['ev3dev' ],
15+ install_requires = ['pil' ]
1716 )
1817
You can’t perform that action at this time.
0 commit comments