Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

Commit ad7bd39

Browse files
committed
python-opensource
0 parents  commit ad7bd39

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

opensource/__init__.py

Whitespace-only changes.

opensource/licenses/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
from setuptools import setup
2+
3+
4+
long_description = ""
5+
6+
setup(
7+
name="opensource",
8+
version="0.1",
9+
packages=[
10+
'opensource',
11+
],
12+
author="Paul Tagliamonte",
13+
author_email="paultag@opensource.org",
14+
long_description=long_description,
15+
description='n/a',
16+
license="GPL-3.0+",
17+
url="",
18+
platforms=['any']
19+
)

0 commit comments

Comments
 (0)