Closed
Description
In preparation for #67 (or as a follow-up), I'd like to change the directory structure of this repository and start distributing Fluent code as namespaced packages:
Namespace packages allow you to split the sub-packages and modules within a single package across multiple, separate distribution packages
Here's the directory structure I suggested in #67 (comment):
fluent-syntax
setup.py
fluent
__init__.py
syntax
__init__.py
...
fluent-bundle
setup.py
fluent
__init__.py
bundle
__init__.py
...
Metadata
Metadata
Assignees
Labels
No labels