-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust licenses and classifiers in odbclient/odbserver
Signed-off-by: Johannes Mueller <[email protected]>
- Loading branch information
1 parent
938f0d3
commit e5797b8
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = pylife-odbclient | |
description = A Python 3 client for odbAccess using pylife-odbserver | ||
author = Johannes Mueller | ||
author_email = [email protected] | ||
license = Apache 2 | ||
license = Apache-2 | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown; charset=UTF-8 | ||
url = https://github.com/boschresearch/pylife/tools/odbclient | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,12 @@ name = pylife-odbserver | |
summary = A server for odbAccess to be acessed by pylife-odbclient | ||
author = Johannes Mueller | ||
author_email = [email protected] | ||
license = none | ||
license = Apache-2 | ||
home_page = http://github.com/boschresearch/pylife/tools/odbserver | ||
description_file = README.md | ||
# Add here all kinds of additional classifiers as defined under | ||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers | ||
classifiers = Development Status :: 4 - Beta, | ||
Programming Language :: Python | ||
classifiers = Programming Language :: Python | ||
|
||
[entry_points] | ||
# Add here console scripts like: | ||
|