FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-textile/setup.py at master · typeshige/python-textile · GitHub
typeshige
/
python-textile
Public
forked from
sebix/python-textile
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-textile
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (16 loc) · 574 Bytes
Breadcrumbs
python-textile
/
setup.py
Copy path
File metadata and controls
20 lines (16 loc) · 574 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env python
from
distutils
.
core
import
setup
setup
(
name
=
'textile'
,
version
=
'2.1.4'
,
description
=
'This is Textile. A Humane Web Text Generator.'
,
author
=
'Jason Samsa'
,
author_email
=
'jsamsa@gmail.com'
,
url
=
'http://loopcore.com/python-textile/'
,
py_modules
=
[
'textile.functions'
],
platforms
=
[
'any'
],
license
=
[
'BSD'
],
long_description
=
"""
Textile is a XHTML generator using a simple markup developed by Dean Allen.
Python 2.4 users will need to install the uuid module
"""
)
Back
|
FazBrowse Home
|
New Git URL