Skip to content

Commit ac428d7

Browse files
authored
Merge pull request #80 from django-ftl/namespace_packages
New namespace package layout
2 parents f3908cc + c089acf commit ac428d7

File tree

206 files changed

+7
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+7
-5
lines changed

.gitattributes

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
tests/syntax/fixtures_reference/crlf.ftl eol=crlf
2-
tests/syntax/fixtures_reference/cr.ftl eol=cr
3-
tests/syntax/fixtures_structure/crlf.ftl eol=crlf
1+
fluent.syntax/tests/syntax/fixtures_reference/crlf.ftl eol=crlf
2+
fluent.syntax/tests/syntax/fixtures_reference/cr.ftl eol=cr
3+
fluent.syntax/tests/syntax/fixtures_structure/crlf.ftl eol=crlf

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ python:
55
- "3.5"
66
- "3.6"
77
- "nightly"
8+
env:
9+
- PACKAGE=fluent.syntax
810
install: pip install tox-travis
9-
script: tox
11+
script: cd $PACKAGE; tox
1012
notifications:
1113
irc:
1214
channels:
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 renamed to fluent.syntax/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
setup(name='fluent',
5+
setup(name='fluent.syntax',
66
version='0.10.0',
77
description='Localization library for expressive translations.',
88
author='Mozilla',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)