mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-11 13:52: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/
|
||||
*.egg-info
|
||||
python-build-stamp-2.5
|
||||
dist/
|
||||
|
||||
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ all:
|
||||
|
||||
clean:
|
||||
rm -f *.pyc
|
||||
rm -f test/*.pyc
|
||||
rm -f tests/*.pyc
|
||||
rm -rf build
|
||||
rm -f python-build-stamp-2.5
|
||||
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
|
||||
setup(
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user