jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.49k stars 205 forks source link

Rename to newer setup.cfg wheel definition #77

Closed graingert closed 7 years ago

graingert commented 8 years ago

@kennethreitz can you also do a "python3 setup.py sdist bdist_wheel upload" please?

kennethreitz commented 8 years ago

this isn't necessary, and i prefer this pattern:

https://github.com/kennethreitz/requests/blob/master/Makefile#L53

graingert commented 8 years ago

@kennethreitz I prefer this pattern, it's recommended by the PyPA, and it's one standard place to look for it.

kennethreitz commented 8 years ago

I don't care, the flag is all that is needed and we don't need the extra file.

graingert commented 8 years ago

sure, but the extra file should be removed, or correct.

kennethreitz commented 8 years ago

correct, it should be removed :)