Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rfc6266
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
rfc6266
Commits
387fac65
Commit
387fac65
authored
Jan 31, 2012
by
Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Give some metadata.
parent
ebdaa726
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
setup.py
+14
-0
No files found.
setup.py
View file @
387fac65
...
@@ -2,10 +2,24 @@
...
@@ -2,10 +2,24 @@
from
setuptools
import
setup
from
setuptools
import
setup
setup
(
setup
(
author
=
'Gabriel de Perthuis'
,
author_email
=
'g2p.code+rfc6266@gmail.com'
,
description
=
'Parse and generate Content-Disposition headers'
,
url
=
'https://github.com/g2p/rfc6266'
,
keywords
=
'rfc6266 Content-Disposition http attachments'
,
name
=
'rfc6266'
,
name
=
'rfc6266'
,
version
=
'0.0.1'
,
# symver
version
=
'0.0.1'
,
# symver
platforms
=
'OS-independent'
,
py_modules
=
[
'rfc6266'
,
'test_rfc6266'
],
py_modules
=
[
'rfc6266'
,
'test_rfc6266'
],
install_requires
=
[
'LEPL'
],
install_requires
=
[
'LEPL'
],
use_2to3
=
True
,
use_2to3
=
True
,
classifiers
=
(
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: Implementation :: CPython'
,
'Programming Language :: Python :: Implementation :: PyPy'
,
'Intended Audience :: Developers'
,
'Topic :: Internet :: WWW/HTTP'
,
),
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment