Commit Graph

8 Commits

Author SHA1 Message Date
Nguyễn Gia Phong fae0848283 Follow up on GH-116
* Include docs in source distributions
* Prevent docs deploy job from failing when there's nothing to commit
2020-09-11 15:12:38 +07:00
Nguyễn Gia Phong 2e39a68865 Check manifest 2020-08-08 17:05:32 +07:00
Nguyễn Gia Phong 19ac906048 Implement MessageHandler
Since this introduce a new source files, all sources are moved
to a new directory src.
2020-02-15 14:27:06 +07:00
Nguyễn Gia Phong 3655f2bc75 Use pytest for Source's read-write properties 2020-02-06 20:30:36 +07:00
Nguyễn Gia Phong 37e471354b Make build more portable and compatible with manylinux2014
Additionally:
* Specify some build requirement version
* Move metadata outta setup script
* Add linting tests to tox
2020-02-01 14:29:06 +07:00
Nguyễn Gia Phong 659196ed7b Clean up for version 0.0.3
Changes including:
* Nitpick docstrings
* Document missing methods of WIP classes as TODO
* Separate sections by formfeeds

Drop scikit-build
2020-01-23 13:47:36 +07:00
Nguyễn Gia Phong c6d9365c56 Nitpick packaging and examples
Rules for flake8 is added in tox.ini.  Note that since Cython files
are not fully supported by flake8, legal Cython syntax may be reported
as SyntaxError.
2020-01-08 20:44:07 +07:00
Nguyễn Gia Phong b36eb11601 Let children bare themselves (#6) 2020-01-03 20:19:53 +07:00