Skip to content

Commit

Permalink
Update setup.py (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuillemot Florian authored Apr 7, 2022
1 parent e7be9c7 commit 908d53d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Taipy
-> badges

## license
## License
Copyright 2022 Avaiga Private Limited

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
Expand Down
17 changes: 8 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
readme = readme_file.read()

requirements = [
"taipy-gui@git+ssh://[email protected]/Avaiga/taipy-gui.git@develop",
"taipy-core@git+ssh://[email protected]/Avaiga/taipy-core.git@develop",
"taipy-rest@git+ssh://[email protected]/Avaiga/taipy-rest.git@develop",
"taipy-gui>=1.0,<1.1",
"taipy-rest>=1.0,<1.1",
]

extras_require = {
Expand All @@ -34,27 +33,27 @@

setup(
author="Avaiga",
author_email="taipy.dev@avaiga.com",
author_email="dev@taipy.io",
python_requires=">=3.8",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
description="AI Platform for Business Applications.",
description="A 360° open-source platform from Python pilots to production-ready web apps.",
install_requires=requirements,
license="MIT license",
license="Apache License 2.0",
long_description=readme,
long_description_content_type="text/markdown",
keywords="taipy",
name="taipy",
packages=find_packages(include=['taipy']),
url="https://github.com/avaiga/taipy",
version="1.0.0.dev",
version="1.0.0",
zip_safe=False,
extras_require=extras_require,
)

0 comments on commit 908d53d

Please sign in to comment.