Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393476
setup.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
878 B
Subscribers
None
setup.py
View Options
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'swh-sandbox'
,
description
=
'Sandbox project'
,
version
=
'0.0.3'
,
author
=
'Software Heritage developers'
,
author_email
=
'swh-devel@inria.fr'
,
url
=
'https://forge.softwareheritage.org/source/sandbox'
,
packages
=
find_packages
(),
include_package_data
=
True
,
classifiers
=
[
"Programming Language :: Python :: 3"
,
"Intended Audience :: Developers"
,
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
,
# noqa
"Operating System :: OS Independent"
,
"Development Status :: 5 - Production/Stable"
,
],
project_urls
=
{
'Bug Reports'
:
'https://forge.softwareheritage.org/maniphest'
,
'Funding'
:
'https://www.softwareheritage.org/donate'
,
'Source'
:
'https://forge.softwareheritage.org/source/sandbox'
,
},
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Jun 4 2025, 7:14 PM (9 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3395949
Attached To
rTSBX Sandbox for random tests
Event Timeline
Log In to Comment