Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Prepare for release of 0.1.30.1.3 | Wolfgang Müller | 2021-10-21 | -1/+1 |
| | ||||
* | Prepare for release of 0.1.20.1.2 | Wolfgang Müller | 2021-05-07 | -1/+1 |
| | ||||
* | setup.py: Don't include quarg.1 in data_files0.1.1 | Wolfgang Müller | 2021-05-06 | -4/+0 |
| | | | | | | | | Apparently this keyword is deprecated [1]. We're beginning to get very tired of Python packaging standards and tooling, so for now just rely on the distribution putting the manual in the right place. [1] https://discuss.python.org/t/should-there-be-a-new-standard-for-installing-arbitrary-data-files/7853 | |||
* | Prepare for release of 0.1.00.1.0 | Wolfgang Müller | 2021-05-06 | -1/+1 |
| | ||||
* | setup.py: Change description slightly and add more metadata | Wolfgang Müller | 2021-05-06 | -1/+7 |
| | ||||
* | Add the manual page | Wolfgang Müller | 2021-05-06 | -0/+4 |
| | ||||
* | setup.py: Add comma to final block | Wolfgang Müller | 2021-05-05 | -1/+1 |
| | | | | | This will make sure that we will not run into errors caused by an omission of a comma should sections ever be moved around in the future. | |||
* | setup.py: Lock to dateutil versions at or above 2.8.1 | Wolfgang Müller | 2021-05-05 | -1/+1 |
| | | | | | This is the version we developed with, and we can't give guarantees for any earlier ones. | |||
* | setup.py: Remove hard dependency on psycopg2 | Wolfgang Müller | 2021-05-05 | -1/+0 |
| | | | | | | This should never have been added in the first place, since quarg is supposed to work with both SQLite and PostgreSQL databases. Make sure not to pull in more than we need to. | |||
* | setup.py: Add description | Wolfgang Müller | 2021-05-05 | -0/+1 |
| | ||||
* | Initial prototype | Wolfgang Müller | 2021-04-28 | -0/+22 |