Skip to content

Commit

Permalink
Merge "Adds console script entry point"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Aug 28, 2014
2 parents 24673f8 + cb059f2 commit d13441d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ classifier =
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Expand All @@ -31,6 +32,10 @@ scripts =
data_files =
share/man/man1 = doc/manpages/swift.1

[entry_points]
console_scripts =
swift = swiftclient.shell:main

[build_sphinx]
source-dir = doc/source
build-dir = doc/build
Expand Down

0 comments on commit d13441d

Please sign in to comment.