Skip to content

Commit

Permalink
Add subpackages to build
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Jun 22, 2022
1 parent 965bac8 commit 687f065
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Install and test running
run: |
pip install exchange_calendars
python -c 'import exchange_calendars;print(exchange_calendars.__version__)'
# python -c 'import exchange_calendars;print(exchange_calendars.__version__)'
10 changes: 8 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ project_urls =
Source Code = https://github.com/gerrymanoim/exchange_calendars
keywords = finance, security, calendar, exchange
classifiers =
Development Status :: 5 - Production/Stable
Development Status :: 4 - Beta
# Development Status :: 5 - Production/Stable
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Expand All @@ -28,7 +29,7 @@ classifiers =
Operating System :: OS Independent

[options]
packages = exchange_calendars
packages = find:
python_requires = ~=3.8
install_requires =
numpy
Expand All @@ -39,6 +40,11 @@ install_requires =
toolz
korean_lunar_calendar

[options.packages.find]
include =
exchange_calendars
exchange_calendars.*

[options.extras_require]
dev =
flake8
Expand Down

0 comments on commit 687f065

Please sign in to comment.