We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ae8f1 commit 70d7b70Copy full SHA for 70d7b70
webtools/LICENSE renamed to LICENSE
webtools/README.md renamed to README.md
webtools/requirements.txt renamed to requirements.txt
webtools/setup.py renamed to setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-with open("../hedweb/README.md", "r") as fh:
+with open("README.md", "r") as fh:
4
long_description = fh.read()
5
6
setuptools.setup(
@@ -11,7 +11,7 @@
11
description="Web interface for HED tools.",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
- url="https://github.com/hed-standard/hed-python/hedweb/",
+ url="https://github.com/hed-standard/hed-web/",
15
packages=setuptools.find_namespace_packages(include=["hed.*"]),
16
classifiers=[
17
"Programming Language :: Python :: 3",
0 commit comments