mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 06:42:16 +00:00
Reorganised the file structure
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ debian/tvorganise*
|
|||||||
build/
|
build/
|
||||||
*.egg-info
|
*.egg-info
|
||||||
python-build-stamp-2.5
|
python-build-stamp-2.5
|
||||||
|
dist/
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ all:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.pyc
|
rm -f *.pyc
|
||||||
rm -f test/*.pyc
|
rm -f tests/*.pyc
|
||||||
rm -rf build
|
rm -rf build
|
||||||
rm -f python-build-stamp-2.5
|
rm -f python-build-stamp-2.5
|
||||||
rm -rf tvorganise.egg-info
|
rm -rf tvorganise.egg-info
|
||||||
|
|||||||
3
setup.py
Normal file → Executable file
3
setup.py
Normal file → Executable file
@@ -1,3 +1,6 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
#encoding:utf-8
|
||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
setup(
|
setup(
|
||||||
name = 'tvorganise',
|
name = 'tvorganise',
|
||||||
|
|||||||
5
test.py
5
test.py
@@ -1,3 +1,6 @@
|
|||||||
from test import testtvorganise
|
#!/usr/bin/env python
|
||||||
|
#encoding:utf-8
|
||||||
|
|
||||||
|
from tests import testtvorganise
|
||||||
|
|
||||||
testtvorganise.run()
|
testtvorganise.run()
|
||||||
|
|||||||
Reference in New Issue
Block a user