-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving version to a file, updating makefile
- Loading branch information
Showing
13 changed files
with
13 additions
and
20 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
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[metadata] | ||
name = pytak | ||
version = attr: pytak.__version__ | ||
version = file: src/pytak/VERSION | ||
url = https://github.com/snstac/pytak | ||
project_urls = | ||
CI: GitHub Actions = https://github.com/snstac/pytak/actions | ||
|
@@ -30,17 +30,15 @@ maintainer = Greg Albrecht <[email protected]> | |
maintainer_email = [email protected] | ||
license = Apache 2.0 | ||
license_files = LICENSE | ||
authors = | ||
{ name="Greg Albrecht", email="[email protected]" } | ||
requires_python = ">=3.7" | ||
classifiers = | ||
License :: OSI Approved :: Apache Software License | ||
Intended Audience :: Developers | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3 :: Only | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Development Status :: 5 - Production/Stable | ||
Operating System :: POSIX | ||
Operating System :: MacOS :: MacOS X | ||
|
@@ -55,13 +53,11 @@ keywords = | |
TAK | ||
TAK Server | ||
|
||
|
||
[options] | ||
packages = find: | ||
include_package_data = True | ||
packages = pytak, pytak.asyncio_dgram | ||
python_requires = >=3.6, <4 | ||
|
||
|
||
[options.extras_require] | ||
with_crypto = cryptography >= 39.0.0 | ||
with_takproto = takproto >= 2.0.0 | ||
|
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
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.
File renamed without changes.
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
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