Skip to content

Commit ff9e546

Browse files
xisparamonski
authored andcommitted
Some fixes for make Pypi release easier (senaite#531)
* Added logo-big and old logo resized to 400px wide * Remove bad restructuredText * Added MANIFEST.in, setup.cfg and fix bad rst in README.rst
1 parent 7dc93f7 commit ff9e546

File tree

7 files changed

+10
-13
lines changed

7 files changed

+10
-13
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
*.swp
77
*.tags*
88
*.wpr
9-
*.wpu
10-
*MANIFEST*
9+
*.wp
1110
*project
1211
*workspace
1312
*~

CHANGES.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -595,13 +595,6 @@ Changelog
595595
- Pinned CairoSVG to 1.0.20 (support for Python 2 removed in later versions)
596596

597597

598-
3.1.12 (2016-12-15)
599-
-------------------
600-
601-
- HEALTH-569 Bar code printing not working on sample registration
602-
- Pinned CairoSVG to 1.0.20 (support for Python 2 removed in later versions)
603-
604-
605598
3.1.11 (2016-04-22)
606599
-------------------
607600

MANIFEST.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
include LICENSE
2+
include *.rst
3+
include *.md
4+
recursive-exclude docs *
5+
recursive-include bika *
6+
recursive-exclude bika *.pyc

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ Then build it out with this special config file::
117117

118118
and buildout will automatically download and install all required dependencies.
119119

120-
For further details about Buildout and how to install add-ons for Plone, please check
121-
`Installing add-on packages using Buildout from Plone documentation <https://docs.plone.org/4/en/manage/installing/installing_addons.html>`_.
122-
123120

124121
Contribute
125122
==========
@@ -139,4 +136,4 @@ Feedback and support
139136
====================
140137

141138
* `Gitter channel <https://gitter.im/senaite/Lobby>`_
142-
* `Users list <https://sourceforge.net/projects/senaite/lists/senaite-users>`_
139+
* `Users list <https://sourceforge.net/projects/senaite/lists/senaite-users>`_
36.1 KB
Loading
-28.4 KB
Loading

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[sdist]
2+
formats=zip

0 commit comments

Comments
 (0)