Creation of a setup.py #950
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-30#950
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I had to merge the language first, please rebase/resign. It's a good start so I'll merge it and give you a tip, but it's not adequate, I'm working on an improved version and commit that on top of your commit. Some of the dependencies (hashlib) are part of python, some (pyqt) aren't supported by setuptools and so on. But I got it mostly working.
Ok I got it working. Please rebase/resign within a day, otherwise I won't have time to delay my commit.
You probably forgot a dependency on pygobject and numpy.
@ -0,0 +40,4 @@
"Programming Language :: Python :: 2.7.12",
"Programming Language :: Python :: 2.7.13",
],
packages=find_packages(include=['src'])
missing coma
and also this installs package 'src'
I committed my own, more advanced, version then.
Maybe you can close also #171