Browse code

correct manifest to include static web assets in nord distributions

Joseph Weston authored on 15/04/2018 18:48:17
Showing 1 changed files
... ...
@@ -1,2 +1,2 @@
1 1
 include LICENSE
2
-include-recursive nord/web/static/*
2
+recursive-include nord/web/static/ *
Browse code

compile web assets into source distribution

Joseph Weston authored on 25/02/2018 16:08:32
Showing 1 changed files
... ...
@@ -1 +1,2 @@
1 1
 include LICENSE
2
+include-recursive nord/web/static/*
Browse code

remove versioneer and use miniver instead

Joseph Weston authored on 24/02/2018 15:47:38
Showing 1 changed files
... ...
@@ -1,2 +1 @@
1
-include versioneer.py
2 1
 include LICENSE
Browse code

add final packaging information to setup files

Joseph Weston authored on 09/09/2017 19:42:34
Showing 1 changed files
... ...
@@ -1,2 +1,2 @@
1 1
 include versioneer.py
2
-include nord/_version.py
2
+include LICENSE
Browse code

add versioneer

Versioneer is quite big, but it is the simplest solution in terms
of installation.

Closes #10

Joseph Weston authored on 07/09/2017 13:37:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+include versioneer.py
2
+include nord/_version.py