Git Product home page Git Product logo

Comments (4)

AceAttorneyMaster111 avatar AceAttorneyMaster111 commented on July 21, 2024 1

How do you generate wheels? Due to the nature of my project, I can only support Python 3.5.

from sampleproject.

pfmoore avatar pfmoore commented on July 21, 2024

@cjerdonek I agree, we've moved on from when that was written. How about this?

[bdist_wheel]
# This flag says to generate wheels that support both Python 2 and Python
# 3. If your code will not run unchanged on both Python 2 and 3, you will
# need to generate separate wheels for each Python version that you
# support.
universal=1

@AceAttorneyMaster111 Not sure what you mean? setup.py bdist_wheel or pip wheel . should work. If you don't support Python 2, remove the universal=1 flag. Your wheel will be compatible with Python 3 only. To restrict it to 3.5 you'll need to set the tag to py35, or use metadata to specify the restrictions. That's more advanced usage though, and out of scope for this project.

from sampleproject.

pfmoore avatar pfmoore commented on July 21, 2024

#61 created for this

from sampleproject.

pradyunsg avatar pradyunsg commented on July 21, 2024

Closing since #61 was merged.

from sampleproject.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.