Skip to content

Commit 70d7b70

Browse files
committed
Move setup files to root
1 parent f9ae8f1 commit 70d7b70

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

webtools/setup.py renamed to setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
with open("../hedweb/README.md", "r") as fh:
3+
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

66
setuptools.setup(
@@ -11,7 +11,7 @@
1111
description="Web interface for HED tools.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/hed-standard/hed-python/hedweb/",
14+
url="https://github.com/hed-standard/hed-web/",
1515
packages=setuptools.find_namespace_packages(include=["hed.*"]),
1616
classifiers=[
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)