Creation of a setup.py #950

Closed
Lvl4Sword wants to merge 2 commits from patch-1 into v0.6
Lvl4Sword commented 2017-02-23 11:21:30 +01:00 (Migrated from github.com)
No description provided.
PeterSurda (Migrated from github.com) reviewed 2017-02-23 11:21:30 +01:00
PeterSurda commented 2017-02-23 22:39:48 +01:00 (Migrated from github.com)

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.

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.
PeterSurda commented 2017-02-24 02:08:51 +01:00 (Migrated from github.com)

Ok I got it working. Please rebase/resign within a day, otherwise I won't have time to delay my commit.

Ok I got it working. Please rebase/resign within a day, otherwise I won't have time to delay my commit.
g1itch commented 2017-02-24 10:27:42 +01:00 (Migrated from github.com)

You probably forgot a dependency on pygobject and numpy.

You probably forgot a dependency on pygobject and numpy.
g1itch (Migrated from github.com) reviewed 2017-02-24 15:27:28 +01:00
@ -0,0 +40,4 @@
"Programming Language :: Python :: 2.7.12",
"Programming Language :: Python :: 2.7.13",
],
packages=find_packages(include=['src'])
g1itch (Migrated from github.com) commented 2017-02-24 15:27:28 +01:00

missing coma
and also this installs package 'src'

missing coma and also this installs package 'src'
PeterSurda commented 2017-02-24 23:49:45 +01:00 (Migrated from github.com)

I committed my own, more advanced, version then.

I committed my own, more advanced, version then.
g1itch commented 2017-03-06 11:48:21 +01:00 (Migrated from github.com)

Maybe you can close also #171

Maybe you can close also #171
This repo is archived. You cannot comment on pull requests.
No description provided.