FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitly-api-python/setup.py at master · iCodeIN/bitly-api-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
iCodeIN
/
bitly-api-python
Public
forked from
bitly/bitly-api-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
bitly-api-python
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (26 loc) · 971 Bytes
Breadcrumbs
bitly-api-python
/
setup.py
Copy path
File metadata and controls
28 lines (26 loc) · 971 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
21
22
23
24
25
26
27
28
from
setuptools
import
setup
version
=
'0.3'
setup
(
name
=
'bitly_api'
,
version
=
version
,
description
=
"An API for bit.ly"
,
long_description
=
open
(
"./README.md"
,
"r"
).
read
(),
classifiers
=
[
"Development Status :: 5 - Production/Stable"
,
"Environment :: Console"
,
"Intended Audience :: End Users/Desktop"
,
"Natural Language :: English"
,
"Operating System :: OS Independent"
,
"Programming Language :: Python"
,
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries"
,
"Topic :: Utilities"
,
"License :: OSI Approved :: Apache Software License"
,
],
keywords
=
'bitly bit.ly'
,
author
=
'Jehiah Czebotar'
,
author_email
=
'jehiah@gmail.com'
,
url
=
'https://github.com/bitly/bitly-api-python'
,
license
=
'Apache Software License'
,
packages
=
[
'bitly_api'
],
include_package_data
=
True
,
zip_safe
=
True
,
)
Back
|
FazBrowse Home
|
New Git URL