Skip to content

Commit

Permalink
test in py3.6 to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvalero committed Jan 29, 2022
1 parent d6beab4 commit cb4cf7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
factor_analyzer
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
import setuptools
# Packages
base_packages = [
"factor_analyzer"
]
"factor-analyzer>=0.4.0"]

# Load the long_description from README.md
with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(
name="reliabiliPy",
version="0.0.3b",
version="0.0.34",
author="Rafael Valero-Fernandez",
author_email="[email protected]",
description="Simple implementation in Python of the reliability: "
Expand All @@ -25,4 +24,5 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6',
install_requires=base_packages,)
install_requires=base_packages
)

0 comments on commit cb4cf7e

Please sign in to comment.