Commit Graph

3 Commits

Author SHA1 Message Date
Javier Goizueta
f2d8bb84b2 Implement release with variant python package names
Instead of having to use different virtual environments for development
and for each version to be used in development here we're using
differnt names for each release's python package.
There a pending problem here: pip replaces underscores in the package name
by dashes when installing it.
2016-03-15 16:16:54 +01:00
Javier Goizueta
cdd2d9e722 Directory reorganization and sketch of new versioning procedure 2016-03-08 19:35:02 +01:00
Javier Goizueta
1ce0a206c7 Add a top-level Makefile
So we have single entry points to install/check everything
2016-02-19 11:57:13 +01:00