Page Menu
Home
Search
Configure Global Search
Log In
Files
F13353760
setup.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
413 B
Subscribers
None
setup.py
View Options
#!/usr/bin/env python
"""Setup file for the Attract extension."""
import
setuptools
setuptools
.
setup
(
name
=
'attract'
,
version
=
'1.0'
,
packages
=
setuptools
.
find_packages
(
'.'
,
exclude
=
[
'test'
]),
install_requires
=
[
'pillar>=2.0'
,
],
tests_require
=
[
'pytest>=2.9.1'
,
'responses>=0.5.1'
,
'pytest-cov>=2.2.1'
,
'mock>=2.0.0'
,
],
zip_safe
=
False
,
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Fri, Aug 12, 1:36 PM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
15/69/9431137c78624476c99aac0963ac
Attached To
rA Attract
Event Timeline
Log In to Comment