Jon Banafato
fd9ac1f9e6
Update commando and fswrap dependencies
The current versions of commando and fswrap have been updated to use
setuptools. This change updates these dependencies to remove the usage
of distribute all the way down.
9 years ago
Jon Banafato
b050f51374
Use setuptools directly
Distribute is deprecated; setuptools is now the recommended
packaging library.
Fixes #253 , fixes #286
9 years ago
Jordi Llonch
e4cb7505da
Added flake8 as development dependency
9 years ago
Jordi Llonch
69bff59e3a
update dependencies
9 years ago
Lakshmi Vyasarajan
a35daf4477
Upgrade dependencies (fswrap, jinja2, smartypants).
* Bugfix: Fix smartypants to 1.7.x to avoid the breaking
changes in 1.8. (Issue #229 )
* Bugfix: Upgrade Jinja to 2.7.1 - this fixes
mitsuhiko/jinja2#243 .
11 years ago
Lakshmi Vyasarajan
979ad3af8b
Provide more informative exceptions. (Issue #204 ).
* Better exception handling. (Issue #204 )
- Hyde now propagates exceptions
- Hyde does not raise exceptions by default. `-x` flag is required
for raising exceptions on error.
- Traceback is available in the `verbose` mode
* Upgraded to commando 0.3.4
* Upgraded to Jinja 2.7
11 years ago
Lakshmi Vyasarajan
bcc1346854
Reuse `fswrap` and `commando.util` modules.
* Remove `hyde.fs` use `fswrap` package instead.
* Remove logging functions from `hyde.util`. Use `commando.util`
instead.
* Remove `hyde.loader`. Use `commando.util.load_python_object`
instead.
11 years ago
Lakshmi Vyasarajan
e68eaf3880
Upgrade dependencies and setup for 0.8.5.
- Upgrade and fix versions for dependencies
- Use the typogrify package on pypi
- Fix tests that break because of the upgrades
- Bump version
11 years ago
Lakshmi Vyasarajan
46055a2fe3
Issue #56 : Changed deploy location for main.py and fixed entry point in setup.py. Thanks to Joe Steeve
13 years ago
Lakshmi Vyasarajan
679734bbf8
Upaded url in setup.py
14 years ago
Lakshmi Vyasarajan
79516e1d33
Switched form markdown to rst for easy pypi submissions
14 years ago
Lakshmi Vyasarajan
85826d07b8
Experiment with markdown to raw rest didnt work
14 years ago
Lakshmi Vyasarajan
bb8e3babec
Fixed setup.py to use html from markdown
14 years ago
Lakshmi Vyasarajan
8026d150ef
Fixed setup.py to use package data and automatically pull hydes version of typogrify
14 years ago
Lakshmi Vyasarajan
39a086fd2b
Fixed installation guide
14 years ago
Lakshmi Vyasarajan
78c4964fe2
Fixed installation instructions
14 years ago
Lakshmi Vyasarajan
0bef877549
Fixed init statement. Added setup.py
14 years ago