Skip to content

Commit 1728b20

Browse files
committed
Restructure things a bit
1 parent e885476 commit 1728b20

25 files changed

+1
-2
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include README.rst
2-
recursive-include src/pyroutes/default_templates *.xml
2+
recursive-include pyroutes/default_templates *.xml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
author = 'Kristian Klette',
1515
author_email = '[email protected]',
1616
packages = ['pyroutes','pyroutes.http', 'pyroutes.template', 'pyroutes.contrib'],
17-
package_dir = {'': 'src'},
1817
requires = ['wsgiref'],
1918
package_data = {'pyroutes': ['default_templates/*.xml', 'default_templates/fileserver/*.xml']},
2019

File renamed without changes.
File renamed without changes.
File renamed without changes.

src/tests/run.py tests/run.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)