aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setup.py (unfollow)
Commit message (Collapse)AuthorLines
2021-05-06setup.py: Don't include quarg.1 in data_files0.1.1Wolfgang Müller-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
2021-05-06Prepare for release of 0.1.00.1.0Wolfgang Müller-1/+1
2021-05-06setup.py: Change description slightly and add more metadataWolfgang Müller-1/+7
2021-05-06Add the manual pageWolfgang Müller-0/+4
2021-05-05setup.py: Add comma to final blockWolfgang Müller-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.
2021-05-05setup.py: Lock to dateutil versions at or above 2.8.1Wolfgang Müller-1/+1
This is the version we developed with, and we can't give guarantees for any earlier ones.
2021-05-05setup.py: Remove hard dependency on psycopg2Wolfgang Müller-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.
2021-05-05setup.py: Add descriptionWolfgang Müller-0/+1