Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xfw
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
xfw
Commits
3b2aa6e4
Commit
3b2aa6e4
authored
Nov 25, 2013
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup.py: Use README.rst as long description.
Also, declare zip-safety. Also, switch to setuptools.
parent
597bbe69
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
setup.py
setup.py
+6
-2
No files found.
setup.py
View file @
3b2aa6e4
from
distutils.core
import
setup
from
setuptools
import
setup
from
os.path
import
join
,
dirname
description
=
open
(
join
(
dirname
(
__file__
),
'README.rst'
)).
read
()
setup
(
setup
(
name
=
'xfw'
,
name
=
'xfw'
,
version
=
'0.9'
,
version
=
'0.9'
,
description
=
'eXtensible Fixed-Width file handling module'
,
description
=
'eXtensible Fixed-Width file handling module'
,
long_description
=
'.. contents::
\
n
\
n
'
+
description
,
keywords
=
'fixed width field file'
,
keywords
=
'fixed width field file'
,
author
=
'Nexedi'
,
author
=
'Nexedi'
,
author_email
=
'erp5-dev@erp5.org'
,
author_email
=
'erp5-dev@erp5.org'
,
...
@@ -16,5 +20,5 @@ setup(
...
@@ -16,5 +20,5 @@ setup(
'License :: OSI Approved :: GNU General Public License (GPL)'
,
'License :: OSI Approved :: GNU General Public License (GPL)'
,
'Operating System :: OS Independent'
,
'Operating System :: OS Independent'
,
],
],
zip_safe
=
True
,
)
)
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