diff options
author | Vratko Polak <vrpolak@cisco.com> | 2023-06-07 14:57:25 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2023-06-07 14:55:52 +0000 |
commit | d697607da661a5c412481e2c008f4db25ae73b3c (patch) | |
tree | 82d42bd618bfd97200b1add8e46cfc931f8579d3 /PyPI/jumpavg/setup.cfg | |
parent | 018660080bb9419dc658d6996be855e7219cf602 (diff) |
feat(PyPI): use toml and build for jumpavg
This is the setup just used to upload:
https://pypi.org/project/jumpavg/0.4.0/
Change-Id: Ia48b053c578f1ac769613727dafcdd7851f912bd
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/jumpavg/setup.cfg')
-rw-r--r-- | PyPI/jumpavg/setup.cfg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/PyPI/jumpavg/setup.cfg b/PyPI/jumpavg/setup.cfg deleted file mode 100644 index b4abd1bd30..0000000000 --- a/PyPI/jumpavg/setup.cfg +++ /dev/null @@ -1,7 +0,0 @@ -[metadata] -# This includes the license file in the wheel. -license_file = LICENSE.txt - -[bdist_wheel] -# TODO: Make the code work both on Python 2 and 3. -universal=0 |