Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
7c48a777
Commit
7c48a777
authored
Aug 10, 2009
by
Josh Roesslein
Browse files
Add setup.py
parent
6150d127
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
0 → 100644
View file @
7c48a777
#!/usr/bin/env python
#from distutils.core import setup
from
setuptools
import
setup
,
find_packages
setup
(
name
=
"tweepy"
,
version
=
"1.0"
,
description
=
"Twitter library for python"
,
license
=
"MIT"
,
author
=
"Joshua Roesslein"
,
author_email
=
"tweepy@googlegroups.com"
,
url
=
"http://gitorious.org/tweepy"
,
packages
=
find_packages
(),
keywords
=
"twitter wrapper library"
,
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