Skip to content

Commit 4afe986

Browse files
committed
installation (#1), HXLMeta(#9): v0.7.0 draft
1 parent 4b6c57c commit 4afe986

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

setup.py

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# python3 -m pip install https://github.com/EticaAI/HXL-Data-Science-file-formats/archive/main.zip
3+
14
# TODO: see https://stackoverflow.com/questions/5062793/is-it-possible-to-use-two-python-packages-with-the-same-name #noqa
25
# TODO: see https://packaging.python.org/guides/packaging-namespace-packages/ #noqa
36
# TODO: see https://www.python.org/dev/peps/pep-0420/
@@ -10,28 +13,18 @@
1013
with open("README.md", "r", encoding="utf-8") as fh:
1114
long_description = fh.read()
1215

13-
# python3 -m pip install https://github.com/EticaAI/HXL-Data-Science-file-formats/archive/main.zip
14-
15-
# pip3 show hxlm-eticaai
16-
# Name: hxlm-eticaai
17-
# Version: 0.7.0
18-
# Summary: Internal usage. Not production ready. Ignore it.
19-
# Home-page: https://github.com/EticaAI/HXL-Data-Science-file-formats
20-
# Author: Emerson Rocha
21-
# Author-email: rocha@ieee.org
22-
# License: UNKNOWN
23-
# Location: /home/fititnt/.local/lib/python3.8/site-packages
24-
# Requires:
25-
# Required-by:
26-
# fititnt@bravo:/workspace/git/EticaAI/HXL-Da
27-
16+
# TODO: this configuration, while somewhat eventually would allow plugins with
17+
# higher priority, still save o disk on {path}/hxlm and not
18+
# {path}/hxlm_eticaai (so it could allow several extensions). This
19+
# eventually will be fixed when I manage to learn more about python
20+
# internals (fititnt, 2021-02-23 02:56 UTC)
2821
setuptools.setup(
2922
# using username 'eticaai' to provide some namespace
3023
# we're not planning to release this on pip (at least not soon)
3124
# So users would need to install via github.
3225
# Anyway, tend to be a good idea allow user import different packages
3326
name="hxlm_eticaai",
34-
namespace_packages="hxlm",
27+
namespace_packages=["hxlm"],
3528
version="0.7.0",
3629
author="Emerson Rocha",
3730
author_email="rocha@ieee.org",

0 commit comments

Comments
 (0)