Skip to content

Commit 0b93751

Browse files
author
Daniel Nyga
committed
fix installation, minor fixes
1 parent 7fcf38d commit 0b93751

File tree

9 files changed

+657
-584
lines changed

9 files changed

+657
-584
lines changed

Diff for: MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
recursive-include python2 *
22
recursive-include python3 *
3+
recursive-include 3rdparty *

Diff for: _version/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@
99
'VERSION_MINOR',
1010
'VERSION_PATCH',
1111
'VERSION_STRING',
12+
'APPNAME',
13+
'APPAUTHOR',
1214
'__version__',
1315
'__basedir__'
1416
]
1517

18+
APPNAME = 'pracmln'
19+
APPAUTHOR = 'danielnyga'
20+
1621
VERSION_MAJOR = 1
1722
VERSION_MINOR = 2
1823
VERSION_PATCH = 0

0 commit comments

Comments
 (0)