Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a7911c2

Browse filesBrowse files
committed
Add in a Description
1 parent 54f3e62 commit a7911c2
Copy full SHA for a7911c2

1 file changed

+9-2Lines changed: 9 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+9-2Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
from setuptools import setup
22

33

4-
long_description = ""
4+
long_description = """
5+
API Wrapper to access the Open Source License API
6+
7+
The Open Source API can be found at https://api.opensource.org, and
8+
some (very brief!) documentation can be found in the API server documentation
9+
(https://github.com/OpenSourceOrg/api/blob/master/doc/endpoints.md).
10+
"""
511

612
setup(
713
name="opensource",
8-
version="0.1",
14+
version="1.0",
915
packages=[
1016
'opensource',
17+
'opensource.licenses',
1118
],
1219
author="Paul Tagliamonte",
1320
author_email="paultag@opensource.org",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.