Commits (5)
-
ntome authored
In setuptools, it's not possible to have an optional dependency triggering what files are installed and how to build certain files, we have to make 2 setup.py. Unfortunately, having 2 setup.py files does possible in one repository. So, we have to split the repository in 2. After this point, the repository will fork. One repository will take only qt stuff, and the other repository will contain browser framework, cli apps and modules. Qt apps are under the weboob.applications package though. To have 2 pip packages shipping files in the same root package (weboob.*), the package must be namespaced. This can be achieved by tweaking all ancestor __init__.py files.
9888df16 -
ntome authored
From this point, the repository will fork. One repository will take only qt stuff, and the other repository will contain browser framework, cli apps and modules. This will be on the Qt repository with only only Qt core tools and applications.
b6e6d8ab -
ntome authored
Also, depend on "weboob" package.
18f8225d -
ntome authoredd42d3c8f
-
ntome authored
* tests on core and modules aren't on this repository * doc should probably be merged with main repo * requirements would need main "weboob" repo
0139014d
Showing
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
.ci/requirements.txt
deleted
100644 → 0
.gitlab-ci.yml
deleted
100644 → 0
1.4 KB
modules/750g/test.py
deleted
100644 → 0