We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f3e62 commit a7911c2Copy full SHA for a7911c2
1 file changed
setup.py
@@ -1,13 +1,20 @@
1
from setuptools import setup
2
3
4
-long_description = ""
+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
+"""
11
12
setup(
13
name="opensource",
- version="0.1",
14
+ version="1.0",
15
packages=[
16
'opensource',
17
+ 'opensource.licenses',
18
],
19
author="Paul Tagliamonte",
20
author_email="paultag@opensource.org",
0 commit comments