Skip to content

Commit 264bb48

Browse files
fix : setup file added
1 parent efbdc6e commit 264bb48

File tree

5 files changed

+17
-1
lines changed

5 files changed

+17
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Orangetool
1616

1717
Consist of some useful script for Orangepi/Raspberrypi boards (Under Development)
18-
Tested on Lubuntu
18+
Tested on Lubuntu 14.04
1919

2020
----------
2121

orangetool/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .orangetool import *
File renamed without changes.

setup.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
from distutils.core import setup
2+
setup(
3+
name = 'orangetool',
4+
packages = ['orangetool'],
5+
version = '0.1',
6+
description = 'Some useful script for Orangepi/Raspberrypi boards',
7+
long_description="",
8+
author = 'Moduland Co',
9+
author_email = '[email protected]',
10+
url = 'https://github.com/Moduland/Orangetool',
11+
download_url = 'https://github.com/Moduland/Orangetool/tarball/v0.1',
12+
keywords = ['orangepi', 'raspberrypi', 'embedded-systems','python'],
13+
classifiers = [],
14+
license='MIT',
15+
)
-7.78 KB
Binary file not shown.

0 commit comments

Comments
 (0)