Commit graph

19 commits

Author SHA1 Message Date
Ryan Mclean
2e0a43123a Merge pull request #3 from dave-shawley/fix-build
Fix build
2016-08-09 15:49:28 -04:00
Dave Shawley
50d4cada87 Add `pip install -e' to appease travis. 2016-08-09 15:21:27 -04:00
Dave Shawley
a08d3cfc33 Remove print statement. 2016-08-09 15:13:38 -04:00
Dave Shawley
3b6703230b Add travis-ci 2016-08-09 15:13:38 -04:00
Dave Shawley
5cad25c511 Bump version to 1.0.1. 2016-08-09 15:08:35 -04:00
Dave Shawley
6132f11d70 Adjust development status -> beta. 2016-08-09 15:07:48 -04:00
Dave Shawley
b852a5f58f requirements: Remove testing.txt
No tests, no requirements.
2016-08-09 15:07:31 -04:00
Dave Shawley
723479f6d5 setup.cfg: Not a universal distribution.
We cannot distribute this as a universal wheel since the dependencies
differ between Python 2 and Python 3.  Also removed the nose section
since we don't have no stinking tests.
2016-08-09 15:03:58 -04:00
Brian Korty
71a27c50cd Merge pull request #2 from sprockets/add-install
Add installation method
2016-03-15 15:02:27 -04:00
Ryan Mclean
39f2b5cc6c Add installation method
Move application initializations out of initialize and into ``sprockets.mixins.avro_publisher.install``
Add sprockets.mixins.amqp.install to setup amqp for application
Bump version to 1.0.0
2016-03-15 14:31:58 -04:00
Brian Korty
53472d9af1 Merge pull request #1 from sprockets/fix-packaging
Replace py_module usage with packages.
2015-09-28 11:51:52 -04:00
Dave Shawley
d30223ecb7 Replace py_module usage with packages. 2015-09-28 11:33:11 -04:00
Gavin M. Roy
a70fbd5023 Fix the setup.py 2015-09-24 15:10:21 -04:00
Gavin M. Roy
6131829c59 Update the README example 2015-09-24 15:09:34 -04:00
Gavin M. Roy
9932e011d4 Fix the package name 2015-09-24 15:02:32 -04:00
Gavin M. Roy
4c3f52bcb9 Fix the package name 2015-09-24 15:01:10 -04:00
Gavin M. Roy
53f84ad7b1 Add a .gitignore 2015-09-24 14:33:57 -04:00
Gavin M. Roy
a2ca0082e0 Remove pyc 2015-09-24 14:33:08 -04:00
Gavin M. Roy
7324bea384 Initial commit 2015-09-24 14:29:18 -04:00