Skip to content

Commit

Permalink
lestarch: final touches for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Jun 16, 2022
1 parent aa2ec8e commit 6ec0d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fprime_fpp/fprime_fpp_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def setup_version():
WORKING_DIR = Path(tempfile.gettempdir()) / "__FPP_WORKING_DIR__"
FPP_ARTIFACT_PREFIX = "native-fpp"
FPP_COMPRESSION_EXT = ".tar.gz"
GITHUB_URL = "https://github.com/LeStarch/fpp"
GITHUB_URL = "https://github.com/fprime-community/fpp"
GITHUB_RELEASE_URL = "{GITHUB_URL}/releases/download/{version}/{artifact_string}"
SBT_URL = "https://github.com/sbt/sbt/releases/download/v1.6.2/sbt-1.6.2.tgz"

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def run(self):
"Programming Language :: Python",
"Programming Language :: Python :: 3",
],
python_requires=">=3.6",
setup_requires=["setuptools_scm"],
python_requires=">=3.7",
data_files=[("bin", cache_shadows(name_only=True))],
packages=["fprime_fpp"],
cmdclass={"sdist": FppSdist, "install": FppInstall},
Expand Down

0 comments on commit 6ec0d4d

Please sign in to comment.