-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix data package issue for pypi; remove old readme. (#78)
* add sas2nb for binder and SO question * bump version 2.4.4 after merge * add iris.sas test file * change github workflow to not upload wheel. * workaround binder wheel install issue. * fix data packaging for pypi * bump version
- Loading branch information
Showing
5 changed files
with
17 additions
and
195 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[metadata] | ||
description = A SAS kernel for Jupyter | ||
# description_file = file: README.md | ||
long_description = README.md | ||
long_description = file: Readme.md | ||
long_description_content_type = text/markdown | ||
author = Jared Dean | ||
license = Apache Software License | ||
license_file = LICENSE.txt | ||
license_files = LICENSE.txt | ||
author_email [email protected] | ||
url = https://github.com/sassoftware/sas_kernel | ||
|
||
|
@@ -17,6 +17,7 @@ classifiers = | |
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Intended Audience :: Science/Research | ||
Intended Audience :: Developers | ||
Operating System :: OS Independent | ||
|
@@ -35,12 +36,9 @@ setup_requires = | |
jupyter_client >= 6 | ||
ipython >= 7 | ||
|
||
# include_package_data = True | ||
|
||
[options.extras_require] | ||
jlab_ext = | ||
jupyterlab >=3 | ||
jlab_create_sas_file | ||
sas2nb | ||
# sas_log_viewer_v2 | ||
# sas2nb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters