Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #19600
Ticket #19600
: setup.py
File setup.py,
112 bytes
(added by
voldmar@…
,
16 years ago
)
Line
1
from
distutils.core
import
setup
2
3
setup
(
4
name
=
'exif'
,
5
version
=
"VERSION"
,
6
packages
=
[
''
],
7
)
Download in other formats:
Original Format