Skip to content

Commit

Permalink
Switch to flit packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Apr 8, 2015
1 parent 6b514e2 commit d9499b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 21 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

12 changes: 12 additions & 0 deletions flit.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[metadata]
module = tornado_xstatic
author = Thomas Kluyver
author-email = [email protected]
home-page = https://www.github.com/takluyver/tornado_xstatic
description-file = README.rst
classifiers = License :: OSI Approved :: BSD License
Environment :: Web Environment
Programming Language :: Python :: 2
Programming Language :: Python :: 3
Topic :: Internet :: WWW/HTTP :: HTTP Servers

20 changes: 0 additions & 20 deletions setup.py

This file was deleted.

2 changes: 2 additions & 0 deletions tornado_xstatic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Utilities for using XStatic in Tornado applications"""
import os.path
import tornado.web

__version__ = '0.2'

class XStaticFileHandler(tornado.web.StaticFileHandler):
_cached_xstatic_data_dirs = {}
Expand Down

0 comments on commit d9499b5

Please sign in to comment.