Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow classifier to extract from subdirectories #10

Closed
TizianoPerrucci opened this issue Feb 24, 2017 · 3 comments
Closed

allow classifier to extract from subdirectories #10

TizianoPerrucci opened this issue Feb 24, 2017 · 3 comments

Comments

@TizianoPerrucci
Copy link

TizianoPerrucci commented Feb 24, 2017

the isodate python package structure looks like this:

$ tree isodate-0.5.4
isodate-0.5.4
├── CHANGES.txt
├── MANIFEST.in
├── PKG-INFO
├── README.rst
├── TODO.txt
├── setup.cfg
├── setup.py
└── src
    ├── isodate
    │   ├── __init__.py
    │   ├── duration.py
    │   ├── isodates.py
    │   ├── isodatetime.py
    │   ├── isoduration.py
    │   ├── isoerror.py
    │   ├── isostrf.py
    │   ├── isotime.py
    │   ├── isotzinfo.py
    │   ├── tests
    │   │   ├── __init__.py
    │   │   ├── test_date.py
    │   │   ├── test_datetime.py
    │   │   ├── test_duration.py
    │   │   ├── test_pickle.py
    │   │   ├── test_strf.py
    │   │   └── test_time.py
    │   └── tzinfo.py
    └── isodate.egg-info
        ├── PKG-INFO
        ├── SOURCES.txt
        ├── dependency_links.txt
        └── top_level.txt

but in the classifier cannot be specified that we want to extract the directory isodate under src

A possibility could be to specify this in the dependency like:
jython ':isodate:0.5.4:src/isodate'

@hierynomus
Copy link
Owner

Please try the current HEAD and see whether that can do what you want.

@TizianoPerrucci
Copy link
Author

@hierynomus just tested it and it works, thanks

@hierynomus
Copy link
Owner

Releasing v0.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants