Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91449855
setup.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 11, 05:57
Size
627 B
Mime Type
text/x-python
Expires
Wed, Nov 13, 05:57 (2 d)
Engine
blob
Format
Raw Data
Handle
22261896
Attached To
rLAMMPS lammps
setup.py
View Options
from
setuptools
import
setup
setup
(
name
=
'LAMMPS Documentation Utilities'
,
version
=
'2.0.0'
,
description
=
'Utilities to convert existing LAMMPS documentation text files into ReStructured Text'
,
url
=
'https://github.com/rbberger/lammps-doc-utils'
,
author
=
'Richard Berger'
,
author_email
=
'richard.berger@outlook.com'
,
license
=
'GPL'
,
packages
=
[
'lammpsdoc'
],
test_suite
=
'nose.collector'
,
tests_require
=
[
'nose'
],
entry_points
=
{
"console_scripts"
:
[
'txt2html = lammpsdoc.txt2html:main'
,
'txt2rst = lammpsdoc.txt2rst:main'
]
},
)
Event Timeline
Log In to Comment